React at Preact

Prerequisites

This book assumes:

  • comfort with Javascript and debugging javascript errors
  • basic knowledge of new ES6 syntax and features
  • ability to use command-line tools (like npm)

Throughout the book, we will link to external resources and tutorials which you are expected to read and complete on your own in order to get comfortable with complex concepts.

Start Here

A good place to start would be to run through the simple React comment box tutorial. Don't cheat and copy/paste the code. Get your fingers accustomed to writing React and JSX.