Is React 18 overhyped?

Rakesh Purohit
4 min readNov 26, 2021

As a front-end developer, you must have come across articles titled as follows :

  1. What’s new in React 18?
  2. Should you learn React 18?
  3. React18: Features and updates
  4. The Complete Guide to React 18
  5. React 18 will change front-end development.
  6. Okay, 5th one was made-up…!!

All I’m trying to say, blog authors have done their best to draw awareness towards the upcoming release of React 18. My question is, “Does it worth it?”

To answer that, we will see “What’s new in React 18?” according to the official plan.

  1. Automatic batching for fewer renders
  2. New API: startTransition
  3. New Suspense SSR Architecture

1. Automatic batching

Till React 17, the only event listeners have the feature of arranging multiple setState.

A piece of code is worth a thousand words.

--

--

Rakesh Purohit
Rakesh Purohit

No responses yet