Hey,
I have a meteor app with react that is client side only and I want to be able to render it from server.
Here are few things to know :
- I use react-loadable on each route
- I use ddp, methods and subscriptions for data layer
- I use react router
What is difficult for me is what packages should I use ?
I know I need to integrate server-render
, but what about https://github.com/Meteor-Community-Packages/react-router-ssr ? And should I switch to https://github.com/CaptainN/react-loadable fork ?