Learning React 2nd Edition
It’s perfect for someone like me who hasn’t kept up to date with new tooling and features in JavaScript. It starts with an introduction to new language features including:
- The new
let
andconst
keywords - Template strings
- Default parameters
- Arrow functions
- Destructuring
- Object literal enhancement
- The spread operator
- Promises
- Async/Await
- Classes
- ES6 Modules
It also goes over transpiling these features for browsers that don’t support them yet
using Babel and Webpack.
A primer on functional programming. Using React.createElement
and ReactDOM.render
directly. Then it works its way up through the rest of the React API.
As an Amazon Associate, I earn from qualifying purchases