Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 322 Bytes

Understanding Redux

  • Managing App-Wide State with Redux

Features

  • What is Redux? And Why?
    • A state management system for cross-component or app-wide state
    • React Context Disadvantages
      • Complext Setup - Nested context providers
      • Performance
  • Redux Basics & Using Redux with React
  • Redux Toolkit