Skip to content

Commit

Permalink
Update state-management.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
W01fw00d authored Feb 15, 2024
1 parent fe3b0f7 commit fddd12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/state-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is the state that controls interactive parts of an application. Opening mod
Good Application State Solutions:

- [context](https://react.dev/learn/passing-data-deeply-with-context) + [hooks](https://react.dev/reference/react-dom/hooks)
- [redux](https://redux.js.org/) + [redux tolkit](https://redux-toolkit.js.org/)
- [redux](https://redux.js.org/) + [redux toolkit](https://redux-toolkit.js.org/)
- [mobx](https://mobx.js.org)
- [zustand](https://github.com/pmndrs/zustand)
- [constate](https://github.com/diegohaz/constate)
Expand Down

0 comments on commit fddd12c

Please sign in to comment.