diaspd / github-blog

A blog using git hub API
https://github-blog-diaspd.vercel.app
4 stars 0 forks source link

React Post #1

Open diaspd opened 1 year ago

diaspd commented 1 year ago

With the new React 18 release, React introduces 'Automatic Batching,' an improved version of batching. Automatic Batching enables batching for all state updates from createRoot , regardless of where they originate. This has batch state changes, intervals, native event handlers, asynchronous operations, and timeouts.

image

diaspd commented 1 year ago

Let's use it

diaspd commented 1 year ago

Reacttt!