Course curriculum

  • 1

    What We Will Learn in React Js Hooks and Context Course?

    • What We Will Learn

  • 2

    Let's meet Hooks and Context

    • Context and Hooks

  • 3

    Create Application

    • 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

  • 4

    Multiple Context Usage

    • Create Multiple Context

    • Use Multiple Context Inside One Component

  • 5

    Introduction to React Hooks

    • Hooks

  • 6

    Create Application

    • 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

  • 7

    Hooks & Context

    • Hooks and Context

    • Let's add new todo with Hooks and Context

    • Let's remove todo from context

  • 8

    Get to Know the UseReducer Hook

    • useReducer hook

    • Let's implement useReducer

    • Reducer component structure