Skip to content

Commit ec8b613

Browse files
authored
Update README.md
1 parent b6ae048 commit ec8b613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<strong>A completely type-checked form builder for React</strong>
1616
</p>
1717

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.
2121
- 📦 **Pretty Small**: [![NPM Size](https://img.shields.io/bundlephobia/minzip/typed-react-form)](https://bundlephobia.com/result?p=typed-react-form)
2222

2323
## Install

0 commit comments

Comments
 (0)