Skip to content
DevDepth

Tag: react-18

2 items under this tag.

Tag Filter

All Content
11 min readreact-internalsReactInternals

Is setState Synchronous or Asynchronous in React? React 18 vs Earlier Versions

Learn when setState appears synchronous or asynchronous in React, why the answer changes across calling contexts, and how React 18 automatic batching changes the behavior.

11 min readreact-internalsReactInternals

React Concurrent Rendering: The Underlying Principle

Understand how Fiber, scheduling/time slicing, lanes, and double buffering work together to make concurrent rendering responsive and consistent.