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 redux-smart-actions library #341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

klis87
Copy link
Contributor

@klis87 klis87 commented Sep 10, 2020

This library is a little similar to redux-act or redux-actions, but provides some unique features like:

  • thunk creators
  • no need to pass action type as string to createAction thanks to babel plugin
  • optional possibility to have guaranteed action type uniqueness, but with deterministic way

This library is a little similar to redux-act or redux-actions, but provides some unique features like:
- thunk creators
- no need to pass action type as string to `createAction` thanks to babel plugin
- optional possibility to have guaranteed of action type uniqueness, but with deterministic way
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

Successfully merging this pull request may close these issues.

1 participant