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

chore: migrate Redux reducer implementation to createSlice #881

Open
eglitise opened this issue Jun 7, 2023 · 0 comments
Open

chore: migrate Redux reducer implementation to createSlice #881

eglitise opened this issue Jun 7, 2023 · 0 comments
Labels
chore Internal changes not visible to the user

Comments

@eglitise
Copy link
Collaborator

eglitise commented Jun 7, 2023

Modern Redux avoids the many constants and switch statement boilerplate for creating reducers, and instead suggests using the createSlice API.
This task may also include migrating data query functionality to the RTK Query approach, but I haven't looked into that yet.

@eglitise eglitise added the chore Internal changes not visible to the user label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Internal changes not visible to the user
Projects
None yet
Development

No branches or pull requests

1 participant