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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: