-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add readmes to prep for alpha release
- Loading branch information
Showing
10 changed files
with
44 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# RVF React | ||
|
||
The core implementation of [RVF](https://github.com/airjp73/remix-validated-form). | ||
This is primarily used internally by the other adapters. | ||
It isn't recommended for use by most people. | ||
|
||
## ALPHA RELEASE | ||
|
||
This is an alpha version. There WILL be breaking API changes. | ||
Please feel free to experiment with it and give feedback, but don't use it in production. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# RVF React | ||
|
||
The React adapter for [RVF](https://github.com/airjp73/remix-validated-form). | ||
This is the package you should use if you aren't using Remix. | ||
|
||
## ALPHA RELEASE | ||
|
||
This is an alpha version. There WILL be breaking API changes. | ||
Please feel free to experiment with it and give feedback, but don't use it in production. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# RVF Remix | ||
|
||
The Remix adapter for [RVF](https://github.com/airjp73/remix-validated-form). | ||
This is the package you should use if you are using Remix. | ||
|
||
## ALPHA RELEASE | ||
|
||
This is an alpha version. There WILL be breaking API changes. | ||
Please feel free to experiment with it and give feedback, but don't use it in production. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# @rvf/yup | ||
# RVF Yup | ||
|
||
Yup adapter for [remix-validated-form](https://github.com/airjp73/remix-validated-form). | ||
The Yup adapter for [RVF](https://github.com/airjp73/remix-validated-form). | ||
|
||
## Docs | ||
## ALPHA RELEASE | ||
|
||
The docs are located a [remix-validated-form.io](https://www.remix-validated-form.io). | ||
This is an alpha version. There WILL be breaking API changes. | ||
Please feel free to experiment with it and give feedback, but don't use it in production. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# @rvf/zod | ||
# RVF Zod | ||
|
||
Zod adapter for [remix-validated-form](https://github.com/airjp73/remix-validated-form). | ||
The Zod adapter for [RVF](https://github.com/airjp73/remix-validated-form). | ||
|
||
## Docs | ||
## ALPHA RELEASE | ||
|
||
The docs are located a [remix-validated-form.io](https://www.remix-validated-form.io). | ||
This is an alpha version. There WILL be breaking API changes. | ||
Please feel free to experiment with it and give feedback, but don't use it in production. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters