adam-golab / react-developer-roadmap

Roadmap to becoming a React developer
Other
18.84k stars 2.04k forks source link

Adds ImmutableJS to Utility Lib section #60

Closed shobhitchittora closed 5 years ago

shobhitchittora commented 6 years ago

Closes #59

What this PR does? Updates README.md

Why are you adding given library? (Short description why do you think that this library is important) Mutability is a big pain while developing apps at large scale. Keeping this immutable helps a lot in keeping the code simple and easier to reason about. Also magical things like time-travel debugging adds a lot to the DX.

For more -https://redux.js.org/recipes/usingimmutablejs

Screenshots (part that you modified is enough) Before:

before

After changes:

after
shobhitchittora commented 6 years ago

@adam-golab Would you be so kind to approve / review this. 🥂