CounterExample
CounterExample copied to clipboard
Add additional counters?
trafficstars
Hey there! Got a question: in some other redux examples, I've seen multiple counters that you can increment/decrement individually. For the workshop I mentioned in #5, I was thinking about adding this as a table view with a UIStepper for the cells' accessory views. Would this be something you'd like to have PR'd into this repo? Or would you prefer to keep it as is? Thanks! /cc @ColinEberhardt
An array of counters you say? You might find this blog post useful:
http://blog.scottlogic.com/2016/05/19/redux-reducer-arrays.html
(shameless plug!)