bunkerchat / bunker

Realtime chat with node, socket.io, angular
http://bunkerchat.net
MIT License
20 stars 13 forks source link

Switching to redux toolkit #420

Closed JasonMore closed 4 years ago

JasonMore commented 4 years ago

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.

JasonMore commented 4 years ago

For some reason when I tried to migrate roomsSlice but it made weird things happened and I backed off