-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zustand and redux-toolkit to the demo. #3523
Conversation
📊 Tachometer Benchmark ResultsSummaryA summary of the benchmark results will show here once they finish. ResultsThe full results of your benchmarks will show here once they finish. |
Co-authored-by: Morteza Mirjavadi <morteza.mirjavadi@yahoo.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay here, just slipped through.
I had to rewrite the commit(s) as the Git state was absolutely borked, must've been a bad auto-merge from the GitHub UI.
Add example to the demo for zustand and redux-toolkit. These libraries are powerful state management. Zustand in actually is a micro state management and work by hooks, also even use as a global state management.