Closed polarathene closed 8 years ago
Hello, @polarathene. In this boilerplates we used redux-ducks where action creators and reducer in one file. And i think that "defined constants" not need, because need to write more code. Yes, i know about reducers which use one action, but it's very rarely.
Hello, I was viewing this file and notice you export const to reference strings so they can be used in other classes, but you don't utilize them in the file itself? Why the string dupe?