idev0085 / react-boilerplate

0 stars 0 forks source link

What is the main goal of React Fiber? #96

Open idev0085 opened 2 years ago

idev0085 commented 2 years ago

The goal of React Fiber is to increase its suitability for areas like animation, layout, and gestures. Its headline feature is incremental rendering: the ability to split rendering work into chunks and spread it out over multiple frames