@dardaniaa0546

For my podcast and livestream audio player i had lost track of all the rerenders and React Compiler has been a game changer here. Thank you to React team.

@SharunKumar

Interesting how on a video about react the first comments to arrive are the haters

@MatheusCruzRocha

What do you use to display this purple wrapper when a component re-renders?

@andreilucasgoncalves1416

I use Preact without compat, I tried React Compiler and it does not solve the rerender problem in forms if you use objects which is what causes performance problems normally, but it kind of solves for large tables and hover which is frequently seen in large applications

In my case React Compiler will only causes slowdown in dev mode, because I use Preact for 5 years already

@petherpettersson6152

Vue says hello. :hand-pink-waving: Now you have to wait another 10 years to get the next feature that has been standard in every other framework.

@MrEnsiferum77

U are never sure the compiler will render things as it should, kind of breaks in real apps, so it's not even beta as docs are saying now... totally crashing on legacy code...

@i3looi2

React, always half a decade behind.

@harambeexpress

The only reason it is needed to fix re-rendering is because of a bad design decision... Rather than assume that component doesn't need to be re-rendered, they assumed that it does need to be re-rendered. Vue on the other hand chose the opposite and hasn't had any issues as far as I'm aware.
However, one cool thing that React Compiler can do is remove the need for the VDOM (which Vue Vapor does) and thus save memory and increase speed.

@nerdchannel5866

React was a mistake 🤦‍♂️