andreiduca / cra-ssr-code-splitting

Demo code for Server Side Rendering and Code Splitting in a create-react-app.
https://medium.com/bucharestjs/upgrading-a-create-react-app-project-to-a-ssr-code-splitting-setup-9da57df2040a
221 stars 70 forks source link

Question ? #5

Closed Im-Goutham closed 5 years ago

Im-Goutham commented 5 years ago

Can this code be used as a boilerplate for building frontend react applications ?

andreiduca commented 5 years ago

It could be a starting point, but please read the README.md. And make sure you read and understand what security measures you have to implement and take care of for your expressjs app. There are plenty of tutorials out there on the subject.