Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willbraun/state-mgmt-patterns

Supplement to my blog post on state management patterns, linked in readme.
https://github.com/willbraun/state-mgmt-patterns

context-api prop-drilling redux redux-toolkit state-management zustand

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Overview

This project is a supplement to my [blog post](blog.willbraun.dev/demystifying-state-management), 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](state-management.willbraun.dev).

## Technologies Used

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