react-app-loader icon indicating copy to clipboard operation
react-app-loader copied to clipboard

How to improve script load performance

Open marlonmleite opened this issue 6 years ago • 1 comments

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?

marlonmleite avatar Jul 30 '18 17:07 marlonmleite

this is kind of a monorepo approach

jgcmarins avatar Oct 31 '18 01:10 jgcmarins