React Native performance

A compelling reason for using React Native instead of WebView-based
tools is to achieve 60 FPS and a native look & feel to your apps. Where
possible, we would like for React Native to do the right thing and help
you to focus on your app instead of per…

Similar

Promise as React element type

For fun, here's a proof-of-concept based on an idea by @sebmarkbage. If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....

Read more »