react-mobx-boilerplate icon indicating copy to clipboard operation
react-mobx-boilerplate copied to clipboard

Server side rendering

Open euge opened this issue 9 years ago • 3 comments
trafficstars

Hey thanks for the great project! I am seeing one thing though that doesn't seem to be working quite right...the server side rendering. If i run the project in prod mode and curl or view source at "/notes" I don't actually see the rendered content for notes. Thanks a ton for this!

euge avatar Aug 14 '16 19:08 euge

Thank you. At this moment only interface is rendered on the server side, sorry. Maybe I will figure it out when I have some time.

osenvosem avatar Aug 14 '16 21:08 osenvosem

I think this https://github.com/kuuup/mobx-ssr-example and this https://medium.com/@foxhound87/state-management-hydration-with-mobx-we-must-react-ep-05-1922a72453c6#.rko7f1r83 might help.

kieusonlam avatar Aug 19 '16 05:08 kieusonlam

@kieusonlam thanks so much for those links. super helpful!

euge avatar Aug 20 '16 06:08 euge