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

Stop using Redux for client-side state management #774

Open
akirabaruah opened this issue Jan 25, 2024 · 0 comments
Open

Stop using Redux for client-side state management #774

akirabaruah opened this issue Jan 25, 2024 · 0 comments

Comments

@akirabaruah
Copy link
Contributor

It seems like overkill for this project's use case.

It's questionable whether we need complex client-side state management at all, since the app is very CRUD-y. In #714 (comment), I mentioned HTMX as an option to reduce complexity and keep state entirely in the backend as the source of truth.

Another less-invasive option might be to use Zustand (https://github.com/pmndrs/zustand) instead of Redux as a lighter weight client state management solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant