Introduction
  • Introduction
  • Creating a New Project And Folder structure
Routing Implementation and Components
  • Implementing Header Component
  • Implementing Routing And Notes List Component
  • Implementing Add Notes Form Component And List Card View
React With Redux Saga Flow and Create Firebase Project
  • Installing Redux And Redux Saga Packages
  • Creating Google Firebase Project
React With Redux Saga - Code Flow
  • Understanding Redux Actions And Reducers
  • Understanding Redux Saga Basics And Generator Function
Course Project - Notes App Implementation
  • Handling Add Notes Form And Creating First Action
  • Creating Add Notes Form Reducer
  • Creating Add Notes Form First Saga
  • Set Up Redux Global Store : Root Reducer And Root Saga
  • Integrating API To Save Note Data Into Firebase Database
  • Retrieving Data From Database And Reset Add Notes Form
  • Creating Notes List Component Actions And Saga
  • Creating Notes List Component Reducer
  • Calling API To Get List Of Notes From Firebase Database
  • Rendering Notes List Data In Component