dartmouth-cs52 / dartmouth-cs52.github.io

CS52 Course Website
https://cs52.me
9 stars 40 forks source link

Immer vs Immutable #223

Open timofei7 opened 4 years ago

timofei7 commented 4 years ago

https://redux.js.org/style-guide/style-guide/#use-immer-for-writing-immutable-updates

https://redux-toolkit.js.org/

maybe use createReducer instead - rather than reminding people that they have to ... although doing that makes them understand what is going on