Modern React JS Hooks and Context with Most Recent Edition
Dive in React and learn React Js, Hooks from scratch!You will understand React Js Hooks and Context with my React course
What We Will Learn
Context and Hooks
Let's Start Building Application
Why Context API
Context Provider
Context Provider-2
Lets Reach Out The Context State
Consuming Data in TodoList Component
Context Consumer
Update The Context Data
Create Multiple Context
Use Multiple Context Inside One Component
Hooks
Let's Start Creating The App
UseState Hook
UseState With Forms
useEffect hook
useContext hook
Create multiple context with useContext
Create context with functional component
Hooks and Context
Let's add new todo with Hooks and Context
Let's remove todo from context
useReducer hook
Let's implement useReducer
Reducer component structure