Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Add "Immutable Update Patterns" link
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Feb 5, 2017
1 parent 7844bf1 commit 2ceaab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ If you are new to React, try reading these articles in order.
Excellent description of what immutability is, how to use use these concepts with React, and pros and cons of managing data immutably. While the title refers to React, most of the writing just deals with plain Javascript concepts.
- [Javascript and Immutability](http://t4d.io/javascript-and-immutability/)
A description of how to properly immutably update objects and arrays using functions like assign and slice
- [Redux Docs: Structuring Reducers - Immutable Update Patterns](http://redux.js.org/docs/recipes/reducers/ImmutableUpdatePatterns.html)
Useful examples for doing proper immutable updates, including common mistakes, proper updates of nested data, updates for arrays, and more. (Helpful for Redux, but not Redux-specific.)

### Functional Programming
- [The Little Idea of Functional Programming](http://jaysoo.ca/2016/01/13/functional-programming-little-ideas/)
Expand Down

0 comments on commit 2ceaab0

Please sign in to comment.