Skip to content

React's Context API & useReducer - Advanced State Management /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Notifications You must be signed in to change notification settings

selmasaltik/react-advanced-state-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Adcanced State Management

Beyond Basic Apps & “Lifting Up State”

  • The Problem of Shared State: Prop Drilling
  • Embracing Component Composition
  • Sharing State with Context
  • Managing Complex State with Reducers

What’s a “Reducer”?

A function that reduce one or more complex values to a simpler one

[5, 10, 100] ⇒ (reducer function) ⇒ 115

About

React's Context API & useReducer - Advanced State Management /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published