final-form / final-form/react-final-form
Update redux-saga documentation to use redux-saga-final-form
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
### Are you submitting a **bug report** or a **feature request**?
Feature request
### What is the current behavior?
Currently react-final-form advertises react-redux-promise-listener to be used for redux-saga. This module is universal, but has some issues:
1. No typings
2. Extra tag/callback in component structure
3. No multiple stores support (hard to write unit tests)
### What is the expected behavior?
I wrote redux-saga-final-form module, which works using react hooks, has simpler syntax and is written with typescript. It works, but it is currently only used in our company. I want to ask if it possible to update react-final-form documentation to use this module instead?
I can transfer this package/repository in final-form organization if needed
Contributor guide
Assessment
This issue has not been assessed yet.