chore: migrate Redux reducer implementation to createSlice
#881
Labels
chore
Internal changes not visible to the user
createSlice
#881
Modern Redux avoids the many constants and
switch
statement boilerplate for creating reducers, and instead suggests using thecreateSlice
API.This task may also include migrating data query functionality to the RTK Query approach, but I haven't looked into that yet.
The text was updated successfully, but these errors were encountered: