For those who are interested in some of the details of the work that's going on, Lin Clark's recent talk on "A Cartoon Intro to Fiber" at ReactConf 2017 is excellent [0]. There's a number of other existing writeups and resources on how Fiber works [1] as well. The roadmap for 15.5 and 16.0 migration is at [2], and the follow-up issue discussing the plan for the "addons" packages is at [3].<p>I'll also toss out my usual reminder that I keep a big list of links to high-quality tutorials and articles on React, Redux, and related topics, at <a href="https://github.com/markerikson/react-redux-links" rel="nofollow">https://github.com/markerikson/react-redux-links</a> . Specifically intended to be a great starting point for anyone trying to learn the ecosystem, as well as a solid source of good info on more advanced topics. Finally, the Reactiflux chat channels on Discord are a great place to hang out, ask questions, and learn. The invite link is at <a href="https://www.reactiflux.com" rel="nofollow">https://www.reactiflux.com</a> .<p>[0] <a href="https://www.youtube.com/watch?v=ZCuYPiUIONs" rel="nofollow">https://www.youtube.com/watch?v=ZCuYPiUIONs</a><p>[1] <a href="https://github.com/markerikson/react-redux-links/blob/master/react-implementation.md#react-fiber" rel="nofollow">https://github.com/markerikson/react-redux-links/blob/master...</a><p>[2] <a href="https://github.com/facebook/react/issues/8854" rel="nofollow">https://github.com/facebook/react/issues/8854</a><p>[3] <a href="https://github.com/facebook/react/issues/9207" rel="nofollow">https://github.com/facebook/react/issues/9207</a>