- Notifications
You must be signed in to change notification settings - Fork6
A completely type-checked form builder for React
License
NotificationsYou must be signed in to change notification settings
CodeStix/typed-react-form
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A completely type-checked form builder for React with Typescript
- ✔️Type-checked: Make less errors, even field names are strongly typed.
- 🤔Simple: A welldocumented, intuitive and easy to understand api.
- 🔥Fast: Only rerenders the fields that change if used correctly. This allows you to create huge forms.
- 📦Pretty Small:
npm install typed-react-form
This library is built from the ground up for React with typescript, but it also works with with vanilla React, without enforced type checking.
Contributions are welcome.
- Clone this repo.
- Install deps using
yarn
. Yarn is required because of the resolutions field in package.json, npm does not support this. - Run
yarn start
, this will watch source files insrc/
and rebuild on change. - Open a new terminal and navigate to
testing/
, runyarn
andyarn start
to start the testing application. - Done! When you edit source code, it will be rebuilt and update the testing application.
MIT ©Stijn Rogiest
About
A completely type-checked form builder for React
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.