Skip to content

Supplement to my blog post on state management patterns, linked in readme.

Notifications You must be signed in to change notification settings

willbraun/state-mgmt-patterns

Repository files navigation

Overview

This project is a supplement to my blog post, where I compare four state management patterns.

  1. Prop Drilling
  2. Context API
  3. External Store (Zustand)
  4. Flux Model (Redux, Redux-Toolkit)

I created identical functional examples for each pattern, showcasing the differences in the code.

Link to project here.

Technologies Used

React, Vite, Zustand, Redux, Redux-Toolkit, Netlify