flummox
flummox copied to clipboard
Minimal, isomorphic Flux.
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 =...
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...
This is a pull request to solve ticket #102 This plugin adds a simple json serialize and deserialize to a Store.
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...
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...
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...
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...