ReduxObjC
ReduxObjC copied to clipboard
Why not use NSUInteger for the Action identifier instead of NSString
This would allow us to declare the different actionIdentifiers inside an Enum and then use switch in the reducers.