DEV Community

Cover image for A Deep Dive into React 19 Update

A Deep Dive into React 19 Update

Fatemeh Paghar on March 14, 2024

React 19 ushers in a wave of transformative features designed to elevate the developer experience, focusing on client-side functionality, data fetc...
Collapse
 
igortas profile image
Igor Tashevski

Async transitions looks terrible, conditional use, I can live with that somehow... With React 19, u clean the code for like 20%, no memo, dependencies (will see where the compiler will start breaking with auto-optimization) and then u introduce new garbage that breaks clean code, like conditional use, setTransition and setState inside fetch...