ReSwift / CounterExample

Demo Application of Unidirectional Data Flow in Swift, Built with ReSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add additional counters?

ashfurrow opened this issue · comments

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!)