redux-form-saga
redux-form-saga copied to clipboard
Connecting Redux Form and Redux Saga through a saga.
A typescript definition file would be nice :)
The `setTypes` function allows the user to override the default status. For instance in my case, I don't use "FAILURE" but "ERROR". With this PR, I could do the following:...
Avoid the `login` variable to be shadowed in the example. On the `sagas.js` file of the README example we can see: import { login } from './actions'; // importing our...
Can you mimic payloadCreator api of redux-actions or provide some delegation mechanism?
Hey hi, I have been considering using your `redux-form-saga` package as it does simplify the form flow. However, what about the total size when minified? Thanks
Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...