You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
About
a simple count-app which its state is managed by redux, redux-toolkit, contextAPI and zustand.