react-app-loader
react-app-loader copied to clipboard
How to improve script load performance
I was thinking about how to improve the performance of the scripts in my applications.
I currently have several applications using React.
My idea is the root application load the libraries together and the loaded application only provides the app script.
Is that a valid idea? Has anyone had success or failures at this point?
this is kind of a monorepo approach