You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fancy stuff like generating stores from handler maps, or generating action creator constants, should be in userland.
438
-
Redux has no opinion on how you do this in your project.
439
437
440
-
See also [this gist](https://gist.github.com/skevy/8a4ffc3cfdaf5fd68739) for an example implementation of action constant generation.
438
+
Instead of generating action constants from functions, I suggest you to generate action creators *from* constants. See [here](https://twitter.com/dan_abramov/status/621739119325126656) for an example of such approach.
0 commit comments