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….

Similar