When we build the react project on production mode. It creates only one index.html, CSS and JS file. so while accessing the project on browser it takes lots of time to load because of the big size of JS and CSS files.
So is there any way to load only the page related JS, CSS and HTML. Or can we create page wise files while creating the production build?