Skip to content

Commit

Permalink
Remove dead link from Immutability reading list (reduxjs#2891)
Browse files Browse the repository at this point in the history
http://www.t4d.io/javascript-and-immutability/ results in 404, so I removed it.
I did a few searches to see if the page had moved, but I came up empty.
  • Loading branch information
esbena authored and timdorr committed Mar 14, 2018
1 parent 7835281 commit dd2844f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/recipes/reducers/PrerequisiteConcepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Because of these rules, it's important that the following core concepts are full
**Reading List**:

- [Pros and Cons of Using Immutability With React](http://reactkungfu.com/2015/08/pros-and-cons-of-using-immutability-with-react-js/)
- [Javascript and Immutability](http://www.t4d.io/javascript-and-immutability/)
- [Immutable Data using ES6 and Beyond](http://wecodetheweb.com/2016/02/12/immutable-javascript-using-es6-and-beyond/)
- [Immutable Data from Scratch](https://ryanfunduk.com/articles/immutable-data-from-scratch/)
- [Redux Docs: Using the Object Spread Operator](../UsingObjectSpreadOperator.md)
Expand Down

0 comments on commit dd2844f

Please sign in to comment.