Details
-
Story
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
-
None
Description
As a developer, I want the frontend-helpers libraries to support code-splitting so that the SPA can load faster and use less bandwidth
Context
Currently code-splitting is not supported which means that all components that are used in the SPA are loaded in the first load of the app which makes for a heavy load. Ideally only the components needed on a specific page or in a certain section of a website would be loaded. And then the other ones would be loaded when the user goes to that section of the site where they are needed.
Resources
https://reactjs.org/docs/code-splitting.html
https://blog.angular.io/angular-tools-for-high-performance-6e10fb9a0f4a
Checklists
Acceptance criteria