cassiozen / ReactCasts

Source code for ReactCasts
MIT License
649 stars 300 forks source link

Immutability #34

Closed cassiozen closed 7 years ago

cassiozen commented 7 years ago

Immutability is a recurrent theme in the React ecosystem: State management libraries like Redux requires that you treat your data as immutable, or things will just not work. But even in plain React, with local component state, we're also encouraged to treat data as immutable.

Talk about immutability in plain Javascript AND/OR using libraries such as Immutable.js

cassiozen commented 7 years ago

Done: https://youtu.be/4LzcQyZ9JOU