File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
<strong>A completely type-checked form builder for React</strong>
16
16
</p >
17
17
18
- - ✔️ ** Type-checked** : Make less errors, this library was built for React with Typescript.
19
- - 🤔 ** Simple** : An intuitive and easy to understand api. Well [ documented] ( https://codestix.github.io/typed-react-form/ ) too, also with JSDoc .
20
- - :fire : ** Fast** : It only rerenders the fields that change if used correctly. This allows you to create huge forms.
18
+ - ✔️ ** Type-checked** : Make less errors, this library was built for React with Typescript. Even field names are strongly typed.
19
+ - 🤔 ** Simple** : A well [ documented] ( https://codestix.github.io/typed-react-form/ ) , intuitive and easy to understand api .
20
+ - :fire : ** Fast** : Only rerenders the fields that change if used correctly. This allows you to create huge forms.
21
21
- 📦 ** Pretty Small** : [ ![ NPM Size] ( https://img.shields.io/bundlephobia/minzip/typed-react-form )] ( https://bundlephobia.com/result?p=typed-react-form )
22
22
23
23
## Install
You can’t perform that action at this time.
0 commit comments