What Is This Course About?
Get introduced to what and what not to expect from this course.
Test-Driven development
Test-driven development (TDD) is the art of minimizing uncertainty, allowing you to feel confident about your code from the moment you write it. This is done by making a few assertions about that code beforehand. This groundwork sets up a short, satisfying feedback loop: as soon as you write your code, the tests light up green. Afterward, the tests remain in place, standing guard against regressions.
What’s in this course
This is a course about React. But it’s not like any other course or book about React. This is a course about writing React code in a joyful way. You might learn a few new things about React, but that’s not my goal. My goal is to help you write better code and to have more fun doing it.
In ...