FormidableLabs / recipes-flux

Recipes (Flux example)
https://github.com/FormidableLabs/recipes-flux
59 stars 32 forks source link

isomorphic #9

Open colinmegill opened 9 years ago

colinmegill commented 9 years ago

Almost every implementation of flux has a thread on their issues page about making this better. I haven't gotten into it yet.

Here's the reflux discussion: https://github.com/spoike/refluxjs/issues/144 Here's the fluxxor discussion: https://github.com/BinaryMuse/fluxxor/issues/5

Super young stuff. Again, it's in the realm of possibility that we write the defining flux implementation ourselves and OSS alongside Radium and React-HTTP (if we decide there's enough there to release a package).

Long story short, I don't have a plan for this yet.

ryan-roemer commented 9 years ago

Interesting that this isn't solved easily in those. Was almost trivial for backbone + react.

Does our current flux store support "bootstrapped data"? That we can create in <script> tag, shove the data in there, and have our initialization code say "do I have bootstrap data? if YES start with that, if NO get from server".

colinmegill commented 9 years ago

Interesting, yes, that is basically the mock db if you check out that pattern.

On Friday, January 16, 2015, Ryan Roemer notifications@github.com wrote:

Interesting that this isn't solved easily in those. Was almost trivial for backbone + react.

Does our current flux store support "bootstrapped data"? That we can create in Githubissues.

  • Githubissues is a development platform for aggregating issues.