Closed JasonMore closed 4 years ago
Switched redux stuff to redux-toolkit
Moved a few reducers to createSlice
createSlice
The ones I couldn't move are going to be a challenge
Removed createStructuredSelector because apparently you shouldn't use that anymore anyways.
createStructuredSelector
For some reason when I tried to migrate roomsSlice but it made weird things happened and I backed off
roomsSlice
Switched redux stuff to redux-toolkit
Moved a few reducers to
createSlice
The ones I couldn't move are going to be a challenge
Removed
createStructuredSelector
because apparently you shouldn't use that anymore anyways.