Home United States USA — software Facebook announces React Fiber, a rewrite of its React framework

Facebook announces React Fiber, a rewrite of its React framework

150
0
SHARE

Facebook has completely rewritten React, its popular JavaScript library for building user interfaces. The company hasn’t previously talked about React Fiber,..
Facebook has completely rewritten React , its popular JavaScript library for building user interfaces. The company hasn’t previously talked much about React Fiber, as the project is called, but it has actually been working on it for a while. It’s now ready to talk about this project publicly in more detail (after word about it started spreading last year) and the plan is to put this rewrite into the hands of developers once React 16.0 launches later this year. It’s already in use on Facebook.com today, which clearly indicates that Facebook itself thinks it’s ready for prime time.
In addition, it is also launching a rewrite of Relay, its framework for building data-heavy applications.
The idea behind React Fiber, the company tells me, is to take what the company has learned from developing React the first time around and put that into an updated framework that is still fully backwards compatible with existing React-based applications. React Fiber, Facebook tells me, will become the foundation of any future improvements and feature development of the React framework.
The main focus here was to make React as responsive as possible, Facebook engineer — and member of the React core team — Ben Alpert told me in an interview earlier this week. “When we develop React, we’re always looking to see how we can help developers build high-quality apps quicker,” he noted. “We want to make it easier to make apps that perform very well and make them responsive.

Continue reading...