cra-ssr-code-splitting
cra-ssr-code-splitting copied to clipboard
Demo code for Server Side Rendering and Code Splitting in a create-react-app.
So far I managed to adapt this boilerplate code for my project. Now I need to support dynamic meta tags for some routes. These components receive the meta tags using...
It would be nice to get a section on what to consider for production use. The idea is pretty simple: having a proxy between REST API -> SSR server ->...
Hi, I have updated this repo with newer verion of react, used Hapi.js rather than express. please review and merge the PR.
Hi Andrie, I just read your post on medium recently about the SSR and Create-React-App without ejecting. It's awesome! However, the following line of code confuses me: ```js ``` I...
Hello, thank you for this example and for the article that you shared on Medium. I am experiencing a weird behavior that is really driving me crazy crazy crazy. I...