Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).