Preface
1
Introducing the Function Component
2
Crafting States in Functions
3
Hooking into React
4
Use State to Jumpstart Components
5
Use Effect to Handle Side Effects
6
Use Memo to Boost Performance
7
Use Context to Cover an Area
8
Use Ref to Hide Stuff
9
Use Custom Hooks to Reuse Logic
10
Building a Website with React