teamstrobe / watchlist

A movie list app built with React.js. Acts as a training ground for devs.
http://teamstrobe.github.io/watchlist
42 stars 9 forks source link

Immutable data structures #6

Open joecritch opened 9 years ago

joecritch commented 9 years ago

The Flux Stores are currently mutating objects. We can do better :)

emmenko commented 9 years ago

:+1: