Creuna-Oslo / create-react-app

React app boilerplate
MIT License
1 stars 1 forks source link

Feature: code splitting #43

Closed asbjornh closed 5 years ago

asbjornh commented 6 years ago

Seeing as we’re already using react router in the static app, route based code splitting or dynamic imports should be fairly easy to add.

Investigate this and determine if it is something we should be doing

asbjornh commented 6 years ago

Note: figure out how splitting the bundles affects server side rendering

pellebjerkestrand commented 6 years ago

I tried to do code splitting a while ago and couldn't even get ReactJS.NET to load multiple bundles 😞

asbjornh commented 5 years ago

Closing this due to inactivity