Skip to content
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

Central State Management (Zustand) + Unit tests (mandatory) #242

Open
ronnyhaase opened this issue Apr 24, 2023 · 0 comments · May be fixed by #197
Open

Central State Management (Zustand) + Unit tests (mandatory) #242

ronnyhaase opened this issue Apr 24, 2023 · 0 comments · May be fixed by #197
Labels
help wanted Extra attention is needed ui

Comments

@ronnyhaase
Copy link
Contributor

ronnyhaase commented Apr 24, 2023

The state of the app becomes more and more complex and causes unnecessary re-renders and requests, partially because it's handled locally by different pages and components.
To reduce complexity and improve performance, global state should be implemented and handled with Zustand.

The state store and actions should be well-tested with unit tests! This is very beneficial to have peace of mind.

Base setup was started in #197

More details of architecture, tbd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant