DEV Community

Vittorio Morellini
Vittorio Morellini

Posted on

Optimize performance React app with Brunch

I work on a react app that has a page with complex and heavy Dom.
When the application rendere this page it's very slow.
Is it possibile to build a react app written in 16.11 with terser-brunch ? or is it necessary to upgrade react app to versione 17.02 ?
I've installed terser-brunch but I don't know how to build react release with brunch. brunch command is not recognized.
Can someone suggest me how to build with brunch ?

Is brunch available with react version 16.11 ?
is there someone that know brunch and know if this tools optimizes react performance for a complex dom ?

Top comments (0)