Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

What is React Fiber

React Fiber is a re-write of React’s core algorithm which aims in improved rendering and responsiveness of the UI. React Fiber helps in improving performance of UI intensive operations like animation, layouts etc. React Fiber improves the algorithm to render / re-render changes to the DOM thereby improving the performance / UI responsiveness of React applications.

To better understand React Fiber we should first understand the concept of Virtual DOM and Reconciliation in React, let us look at these in brief.


This post first appeared on C# Guide, please read the originial post: here

Share the post

What is React Fiber

×

Subscribe to C# Guide

Get updates delivered right to your inbox!

Thank you for your subscription

×