|
|
|
|
|
by davedx
4147 days ago
|
|
I've not used flux for my demo, but it is isomorphic, loads data asynchronously (something many isomorphic examples skip over), and has a very simple version of Yahoo's data hydration / dehydration. I imagine you could extend this to use Flux relatively easily - most of the hard stuff is done, and the code base is quite small. https://github.com/davedx/isomorphic-react-template |
|