|
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, unclotteredand easy to understand api. Well[documented](https://codestix.github.io/typed-react-form/) too, also JSDoc. |
20 | | --:fire:**Fast**: only rerenders the fields that change. This allows you to create huge forms. |
| 18 | +- ✔️**Type-checked**:Make less errors, this library was built for React with Typescript. |
| 19 | +- 🤔**Simple**: An intuitiveand easy to understand api. Well[documented](https://codestix.github.io/typed-react-form/) too, also with JSDoc. |
| 20 | +-:fire:**Fast**:Itonly rerenders the fields that change if used correctly. This allows you to create huge forms. |
21 | 21 | - 📦**Pretty Small**:[](https://bundlephobia.com/result?p=typed-react-form) |
22 | 22 |
|
23 | 23 | ##Install |
|