inDepth.dev
  • Our Manifesto
Subscribe
Tagged

react-fiber

A collection of 3 posts

Inside Fiber: in-depth overview of the new reconciliation algorithm in React
react

Inside Fiber: in-depth overview of the new reconciliation algorithm in React

Dive deep into React's new architecture called Fiber and learn about two main phases of the new reconciliation algorithm. We'll take a detailed look at how React updates state and props and processes children.

  • Max Koretskyi
Max Koretskyi Mar 15, 2020 • 19 min read
In-depth explanation of state and props update in React
react

In-depth explanation of state and props update in React

This article uses a basic setup with a parent and children components to demonstrate internal processes in Fiber architecture React relies on to propagate props to child components.

  • Max Koretskyi
Max Koretskyi Dec 11, 2018 • 13 min read
The how and why on React’s usage of linked list in Fiber to walk the component’s tree
react

The how and why on React’s usage of linked list in Fiber to walk the component’s tree

This article explores the main the work loop in React’s new reconciler implementation called Fiber. It compares and explains the differences between browser's call stack and the implementation of the stack in React's Fiber architecture.

  • Max Koretskyi
Max Koretskyi Oct 6, 2018 • 10 min read
inDepth.dev © 2023
Powered by Ghost