Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 487 Bytes

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