Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action-creator-mirror #294

Open
bliu2000 opened this issue Oct 25, 2017 · 0 comments
Open

Add action-creator-mirror #294

bliu2000 opened this issue Oct 25, 2017 · 0 comments

Comments

@bliu2000
Copy link

I suggest to add action-creator-mirror to the list.

It's a more effective way to organise Redux action creator codes.

It's inspired by Flux Standard Action and Key Mirror. It’s designed for people:

  • Who don’t want to write constant strings. (never write const ADD_TODO = 'ADD_TODO')
  • Who want single source of truth and don’t want to look over actions back and forth.
  • Who want to group relative variables and concepts into one array.
  • Who still want to keep the redux real.
  • And (most importantly) who want to use the Auto-Completing feature in IDEs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant