colinbate / redux-form-submit-saga

Handles redux-form submissions using redux-saga
MIT License
61 stars 12 forks source link

Prefix form action with @@ #9

Closed floriangosse closed 7 years ago

floriangosse commented 7 years ago

Actions of libraries should be prefixed with @@ to indicate that it's an action which is owned by the application.