What’s New in React 16 and Fiber Explanation

An overview of the features and updates for the highly anticipated release for React.

Trey Huffine
Published in
6 min readAug 6, 2017

--

The update to the React core algorithm has been years in the making — it offers a ground-up rewrite for how React manages reconciliation. React will maintain the same public API and should allow for immediate upgrade for most projects (assuming you’ve fixed the deprecation warnings). The main goals of the release are the following:

  • Ability to split interruptible work in chunks.
  • Ability to prioritize, rebase and reuse work in progress.
  • Ability to yield back and forth between parents and children to support layout in React.
  • Ability to return multiple elements from render().
  • Portals
  • Better support for error boundaries.

Features

Core Algorithm Rewrite

--

--

EdgeCoders
EdgeCoders

Published in EdgeCoders

jsComplete’s Medium Publication — jsComplete is a FREE software educational library focused on JavaScript, Node, React & GraphQL. It has video courses, books, articles, and interactive lessons.

Trey Huffine
Trey Huffine

Written by Trey Huffine

Founder | Software Engineer. Building products that empower individuals.

Responses (6)