Sneak Peek: Beyond React 16
This blog site has been archived. Go to react.dev/blog to see the recent posts.
Dan Abramov from our team just spoke at JSConf Iceland 2018 with a preview of some new features we’ve been working on in React. The talk opens with a question: “With vast differences in computing power and network speed, how do we deliver the best user experience for everyone?”
Here’s the video courtesy of JSConf Iceland:
I think you’ll enjoy the talk more if you stop reading here and just watch the video. If you don’t have time to watch, a (very) brief summary follows.
About the Two Demos
On the first demo, Dan says: “We’ve built a generic way to ensure that high-priority updates don’t get blocked by a low-priority update, called
On the second demo, Dan explains: “We’ve built a generic way for components to suspend rendering while they load async data, which we call
“Importantly, this is still the React you know. This is still the declarative component paradigm that you probably like about React.”
We can’t wait to release these new async rendering features later this year. Follow this blog and @reactjs on Twitter for updates.