Must Read
Passwordless Authentication with React and Auth0
In this article, we’re going to get an introduction to passwordless and see how it provides an intuitive and secure workflow for user authentication. We’ll cover how passwordless authentication works, the benefits it provides, and to put theory into practice, we’ll implement passwordless authentication in a React application.
Learn
React components as jQuery plugins
Did you know, you can use React without rewriting your whole app? This post will teach you how.
React + Performance = ?
Google’s Paul Lewis noodled with React to see how it held up performance wise and noted ‘for mobile there’s a remarkable cost to using React over not doing so, and the cost is so high as to be reasonably prohibitive.’
Remarkable React
Stoyan Stefanov gives a short introduction to Facebook’s user interface library, React.
Tools & Code
Watch
Picking Jest over Mocha – testing tools comparison
This post features a testing utility called Jest and what makes it a tempting alternative. It has its unique approach to testing using the snapshots feature.
Setting State in React
A short video demonstrating how to set up state in React -- part of the new course with Ryan Florence!
Interesting Links
React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more.