22
33![ vscode typescript] ( https://github.com/CodeStix/typed-react-form/raw/master/example/public/thumb.png )
44
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:
66
77- [ Object fields] ( https://typed-react-form.codestix.nl/docs/Object-fields )
88- [ 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
1818npm install typed-react-form
1919```
2020
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/ )
2422
2523## Javascript/typescript React
2624
2725This library is built from the ground up for React with typescript, but it also works with with vanilla React, without enforced type checking.
2826
2927## Contributing
3028
31- Contributions are always welcome!
29+ Contributions are welcome.
3230
33311 . 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.
35333 . Open a new terminal and navigate to ` example/ ` , run ` yarn ` and ` yarn start ` to start the testing application.
36344 . Done! When you edit source code, it will be rebuilt and update the testing application.
3735
0 commit comments