๐Ÿ“šย Reference


๐Ÿ“œย Chapter


Immutable.js

immer

React

Zustand

Redux

Mobx

mutability


์˜ˆ์‹œ

const person = { name: 'Jiyeon' };
person.name = 'Alex'; // ๊ธฐ์กด ๊ฐ์ฒด๋ฅผ ์ง์ ‘ ๋ณ€๊ฒฝ

immutability