kittinunf/flowcpp

Action creators

jskz opened this issue · 0 comments

jskz commented

For me, one of the most useful patterns in the Redux library is action creating. The redux-actions library exports a function, createAction, which takes an action type and returns a bound partial to dispatch that type of action with the payload as argument.

Are you planning to update this library - and if so, with the above functionality? If not, would you consider attaching a permissive license to the old repository?