Sophie Alpert

React 16: an API-compatible rewrite

September 26, 2017

Cross-posted from Facebook Code:

With today’s release of React 16, we’ve completely rewritten the internals of React while keeping the public API essentially unchanged. […] The new implementation is designed from the ground up to support asynchronous rendering, which allows processing large component trees without blocking the main execution thread.

Read more at code.facebook.com…