I have a React project with many modules. Is hosting it separately or together better? I have searched on the web for opinions but I don't get a proper answer.
I have a React project with many modules. Is hosting it separately or together better?
98 views Asked by Joyal Jose Scaria At
2
To a certain point, it should be ok to host them in one piece. But when your application grows and you have loads of third-party libraries in use it might effect the performance of your app. So in this case I think it will be just fine to host them in one bundle.
https://reactjs.org/docs/code-splitting.html