https://github.com/blackboxvision/react-final-form-helpers
React Final Form helpers is a set of libraries that will help you build Final Forms with ease
https://github.com/blackboxvision/react-final-form-helpers
final-form library material-ui react react-final-form react-native-paper validation wizard
Last synced: 3 months ago
JSON representation
React Final Form helpers is a set of libraries that will help you build Final Forms with ease
- Host: GitHub
- URL: https://github.com/blackboxvision/react-final-form-helpers
- Owner: BlackBoxVision
- License: mit
- Created: 2019-10-26T22:39:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T22:39:14.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T19:19:28.450Z (10 months ago)
- Topics: final-form, library, material-ui, react, react-final-form, react-native-paper, validation, wizard
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React Final Form Helpers [](https://opensource.org/licenses/MIT)
React Final Form helpers is a set of libraries that will help you build forms with ease.
## Table of contents
- [Use Case](#use-case)
- [Compatibility](#compatibility)
- [Supported Libraries](#supported-libraries)
- [Form Primitives](#form-primitives)
- [Form Patterns](#form-patterns)
- [UI bindings](#ui-bindings)
- [Persistence](#persistence)
## Use Case
You're working with `react-final-form` and you want to speed up development cycle.
## Compatibility
Since these libraries uses `hooks` under the hood, you need at least a minimum React version of 16.8.0.
## Supported Libraries
The supported libraries help in building faster UI, handle form primitives, form patterns and also persistence.
### Form Primitives
- [`@blackbox-vision/rff-fields`](https://github.com/BlackBoxVision/react-final-form-helpers/blob/master/packages/rff-fields): Custom fields patterns for React Final Form
### Form Patterns
- [`@blackbox-vision/rff-wizard`](https://github.com/BlackBoxVision/react-final-form-helpers/blob/master/packages/rff-wizard): Integration with RFF and Wizard Forms
### UI Bindings
- [`@blackbox-vision/rff-rn-paper`](https://github.com/BlackBoxVision/react-final-form-helpers/blob/master/packages/rff-rn-paper): Integration with RFF and React Native Paper
### Persistence
- [`@blackbox-vision/rff-persistence`](https://github.com/BlackBoxVision/react-final-form-helpers/blob/master/packages/rff-persistence): Integration with RFF and localForage
## Issues
Please, open an [issue](https://github.com/BlackBoxVision/react-final-form-helpers/issues) following one of the issues templates. We will do our best to fix them.
## Contributing
If you want to contribute to this project see [contributing](https://github.com/BlackBoxVision/react-final-form-helpers/blob/master/CONTRIBUTING.md) for more information.
## License
Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/react-final-form-helpers/blob/master/LICENSE) for more information.