Open
Description
I was just looking through a few Flux implementations and stumbled upon fluxify. One major problem I have with Flux is the difficulty of building isomorphic apps. With React (no Flux) it's quite easy because you can pass the props to renderToString
and set the state directly on the component.
But with examples like Chat app you don't store the data on components; it's delegated to the stores. As a result, I cannot generate a component's markup since I can't pass the data via props anymore.
Does fluxify have a way around this problem?
Thanks.
Metadata
Assignees
Labels
No labels
Activity