flummox icon indicating copy to clipboard operation
flummox copied to clipboard

Minimal, isomorphic Flux.

Results 38 flummox issues
Sort by recently updated
recently updated
newest added

This example supposes `react-router`'s `willTransitionTo` is being used, but the behavior is true for any static methods. ``` javascript var React = require('react'); var connect = require('flummox/connect'); var SomeRoute =...

question
discussion
outdated

Remove warning when _not_ returning a string from .serialize since Flux.js serializes the combined store object. Users can still do custom serialization when needed. Added some more explanation in the...

outdated

acdlite/flummox/#136

docs
outdated

This is a pull request to solve ticket #102 This plugin adds a simple json serialize and deserialize to a Store.

outdated

At this point I'm really happy with Flummox's store API, its isomorphic capabilities, and its React integration story with FluxComponent. The one area that still feels like it needs some...

enhancement
outdated

I came across this 'requirement' while looking around my views to see who was using a particular store. Before when using singleton approach was easy to spot out my dependencies...

outdated

Hi @acdlite (again) ;) I'm sure I'm missing something but I can't get it to work. Can someone help me here? This is my setup ``` javascript class UserActions extends...

outdated

Not exactly a **flummox** question, but would be great to discuss it somewhere. It's up to @acdlite to close this as offtopic if he wants to keep issues clear (some...

question
discussion
outdated