2
2
3
3
![ vscode typescript] ( https://github.com/CodeStix/typed-react-form/raw/master/example/public/thumb.png )
4
4
5
- A fast, completely type-checked React form state manager , focussed on typescript integration and minimal rerenders. Featuring:
5
+ A fast, completely type-checked React form builder , focussed on typescript integration and minimal rerenders. Featuring:
6
6
7
7
- [ Object fields] ( https://typed-react-form.codestix.nl/docs/Object-fields )
8
8
- [ Array fields] ( https://typed-react-form.codestix.nl/docs/Array-fields )
@@ -18,20 +18,18 @@ A fast, completely type-checked React form state manager, focussed on typescript
18
18
npm install typed-react-form
19
19
```
20
20
21
- ## [ Documentation] ( https://typed-react-form.codestix.nl/ )
22
-
23
- ** You can find documentation and information on how to get started [ here] ( https://typed-react-form.codestix.nl/ ) .**
21
+ ## [ Documentation here] ( https://typed-react-form.codestix.nl/ )
24
22
25
23
## Javascript/typescript React
26
24
27
25
This library is built from the ground up for React with typescript, but it also works with with vanilla React, without enforced type checking.
28
26
29
27
## Contributing
30
28
31
- Contributions are always welcome!
29
+ Contributions are welcome.
32
30
33
31
1 . Clone this repo
34
- 2 . Install deps using ` yarn ` . Yarn is required due to the resolutions field in package.json, npm does not support this.
32
+ 2 . Install deps using ` yarn ` . Yarn is required because of the resolutions field in package.json, npm does not support this.
35
33
3 . Open a new terminal and navigate to ` example/ ` , run ` yarn ` and ` yarn start ` to start the testing application.
36
34
4 . Done! When you edit source code, it will be rebuilt and update the testing application.
37
35
0 commit comments