sencha / ext-react

Sencha ExtReact
https://www.sencha.com/products/extreact
Other
91 stars 39 forks source link

Production Build Size #655

Open Sam-Dvorack opened 4 years ago

Sam-Dvorack commented 4 years ago

How can I reduce the production build size of the application?

L3P3 commented 4 years ago

One hint is making sure you don't use 2 react instances. In older ExtReact version, a specific react version was included in ER. If you then required a different react version in your app, you end up with 2 react instances in your bundle.