2.2.3 • Published 4 years ago
typed-react-form v2.2.3
- ✔️ Type-checked: Make less errors, even field names are strongly typed.
- 🤔 Simple: A well documented, intuitive and easy to understand api.
- :fire: Fast: Only rerenders the fields that change if used correctly. This allows you to create huge forms.
- 📦 Pretty Small:
Install
npm install typed-react-form
Documentation here
Typescript demos
Type-checked field names
Type-checked custom inputs
Type-checked object/array fields
Javascript/typescript React
This library is built from the ground up for React with typescript, but it also works with with vanilla React, without enforced type checking.
Contributing
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.
License
MIT © Stijn Rogiest
2.2.3
4 years ago
2.2.2
4 years ago
2.2.1
4 years ago
1.3.2
4 years ago
1.3.1
4 years ago
2.2.0
4 years ago
2.1.1
4 years ago
2.1.0
4 years ago
2.0.0
4 years ago
1.3.0
4 years ago
1.2.13
4 years ago
1.2.12
4 years ago
1.2.10
4 years ago
1.2.11
4 years ago
1.2.8
4 years ago
1.2.9
4 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.0
4 years ago
1.2.1
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago