Section 25 - Hooks with Functional Components
[Lecture] Introducing Hooks
[Lecture] App Overview
[Lecture] Building Stateful Class Components
[Lecture] The UseState Hook
[Lecture] UseState in Detail
[Lecture] Building the ResourceList
[Lecture] Fetching a Given Resource
[Lecture] ComponentDidUpdate vs ComponentDIdMount
[Lecture] Refactoring a Class to a Function
[Lecture] Lifecycles with UseEffect
[Lecture] Updates with UseEffect
[Lecture] Does It Get Called?
[Lecture] Quick Gotcha with UseEffect
[Lecture] Rendering a List
[Lecture] Actual Code Reuse!
[Lecture] Code Reuse with Hooks