Components, state and hooks — written lessons that explain what React is doing, not just what to type.
In JavaScript Essentials you built a to-do list by hand: find the element, create the element, set its text, attach the listener, remember to update the page every time the data changed. It worked, and it is exactly the …