in ReactJS by (1.4k points)

What is the main goal of React Fiber?

1 Answer

0 votes
by (1.4k points)

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.

Related questions

0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri (1.4k points)
0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri (1.4k points)
...