Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/42bv/jarb-final-form
Validating forms through JaRB, with react-final-form.
https://github.com/42bv/jarb-final-form
database entity final-form jarb react react-final-form validation
Last synced: about 2 months ago
JSON representation
Validating forms through JaRB, with react-final-form.
- Host: GitHub
- URL: https://github.com/42bv/jarb-final-form
- Owner: 42BV
- License: other
- Created: 2019-06-20T11:12:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T08:04:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:55:18.018Z (3 months ago)
- Topics: database, entity, final-form, jarb, react, react-final-form, validation
- Language: TypeScript
- Homepage: https://42bv.github.io/jarb-final-form/
- Size: 2.5 MB
- Stars: 3
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About
[![Build Status](https://travis-ci.org/42BV/jarb-final-form.svg?branch=master)](https://travis-ci.org/42BV/jarb-final-form)
[![Codecov](https://codecov.io/gh/42BV/jarb-final-form/branch/master/graph/badge.svg)](https://codecov.io/gh/42BV/jarb-final-form)[JaRB](http://www.jarbframework.org/) JaRB aims to improve database
usage in Java enterprise applications. With JaRB you can get the
validation rules from the database into Java. With this project
you can get those rules into your [react-final-form](https://github.com/final-form/react-final-form) powered
forms as well.# Installation
`npm install @42.nl/jarb-final-form --save`
# Documentation
See the [documentation](https://42bv.github.io/jarb-final-form/)