awesome-redux icon indicating copy to clipboard operation
awesome-redux copied to clipboard

Add redux-smart-actions library

Open klis87 opened this issue 3 years ago • 0 comments

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

klis87 avatar Sep 10 '20 22:09 klis87