Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
acemarke
on Jan 10, 2020
|
parent
|
context
|
favorite
| on:
Copying data is wasteful, mutating data is dangero...
For reference, Redux doesn't "do anything" internally. It only calls the reducer function _you_ provide, and you are supposed to follow the rules of immutable updates inside that reducer:
https://redux.js.org/recipes/structuring-reducers/immutable-...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://redux.js.org/recipes/structuring-reducers/immutable-...