react-mobx-boilerplate
react-mobx-boilerplate copied to clipboard
Server side rendering
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!
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.
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 thanks so much for those links. super helpful!