Learn Advance React Hooks using modern patterns
In this workshop, we learn how to use advanced hooks patterns and how to be more productive building react apps by making custom hooks. We’ll also build a full featured React Application using only React Hooks
Topics
By the end of the workshop, you’ll learn:
- How and when to use
useReducer
to manage state and avoid bugs - How to optimize extravagant operations by using
useMemo
anduseCallback
- How to use
useImperativeHandle
anduseDebugValue
- Learn how to create custom hooks
- React Context for Application State
- Building a Full Featured React Application
Pre-requisites
- You need to have equivalent basic experience of using hooks. If you are new to hooks, then attend my React Hooks workshop.