Posts by user256381 • 1 point
1 post
-
0
votes0
answers15
viewsQ: How to load an application dynamically with React
When we build a SPA in React, the code is all in memory, all parts of the application are in a single file. How can I split my SPA to be loaded as the user uses the features, for example: load the…