Building actual websites with React as a single page application will quickly get you punished by Google, due to the amount of actual Javascript lines of code in your actual build. Making sure you take advantage of codesplitting is essential if you have any desire to get customers from organic Google searches. Here is an example of splitting …