▲ Classy Redux: A new way of creating Redux reducers with OOP at github.com▼1 up and 3 down, posted by machineghost 2912 days ago 6 comments
tracker1 2909 days ago. link parent 3 points ▲ ▼The first code sample has a lot of unneeded redundancy to begin with. Also... `this.foo()` is not more readable than `foo()` and you're creating an object context for no value add and complicating testing.