Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielkhakbaz/redux-reduxtoolkit-contextapi-zustand
a simple count-app which its state is managed by redux, redux-toolkit, contextAPI and zustand.
https://github.com/danielkhakbaz/redux-reduxtoolkit-contextapi-zustand
context-api react redux redux-toolkit vitejs zustand
Last synced: about 20 hours ago
JSON representation
a simple count-app which its state is managed by redux, redux-toolkit, contextAPI and zustand.
- Host: GitHub
- URL: https://github.com/danielkhakbaz/redux-reduxtoolkit-contextapi-zustand
- Owner: Danielkhakbaz
- Created: 2022-04-21T21:33:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T08:03:38.000Z (8 months ago)
- Last Synced: 2024-02-28T09:24:29.869Z (8 months ago)
- Topics: context-api, react, redux, redux-toolkit, vitejs, zustand
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# State-management-with-ContextAPI-and-Redux
Two simple count-up-app which was bootstraped with CRA.
The objective was to create a repository for the concept of managing the state in React.
I'd used react-hooks in both cases(FYI: I know context is also a hook, lol).