About the Course
Learn what this course is about in this lesson and what to expect.
Foreword
Most developers and engineers have experience writing React class components to manage state and manage side effects by using lifecycle methods.
This is in contrast to React Hooks which are used to maintain state and side effects in React functional components.
Due to this difference, React Hooks come with their own learning curve in the beginning.
...