Multifactor Authentication in Your React Apps

TL;DR: Security can’t be overemphasized when it comes to developing software applications. A single authentication factor system (e.g username and password) is no longer…

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 »