stefem / jammming

CodeAcademy project
0 stars 0 forks source link

Avoiding writing to state #5

Open ghost opened 6 years ago

ghost commented 6 years ago

https://github.com/stefem/jammming/blob/master/src/components/App/App.js#L31

Nice job using non-mutating Array methods, like slice, concat, map, or filter which all return a brand new array instead 👍

Read more about immutability in React here.