vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 29 forks source link

How To SSR a Microcosm App? #453

Open 4chen500 opened 6 years ago

4chen500 commented 6 years ago

How can I SSR a Microcosm App and only return the response after the data is loaded? Additionally, how can I transfer the repo state to the client after server side hydration, and re-hydrate it?