Also, would you use it on the web as well as the server?
Also, would you use it on the web as well as the server?
3
0
4
0
0
@codehag I had lazy loading implemented in my app when using requirejs that I couldn't migrate to ES modules on the frontend because there's no way I could find to replicate it. in requirejs I would store the state, get the list of modules, reload them and restore the state.