ReduxObjC icon indicating copy to clipboard operation
ReduxObjC copied to clipboard

Why not use NSUInteger for the Action identifier instead of NSString

Open eduardohueso opened this issue 5 years ago • 0 comments

This would allow us to declare the different actionIdentifiers inside an Enum and then use switch in the reducers.

eduardohueso avatar Aug 22 '19 04:08 eduardohueso