File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 <strong>A completely type-checked form builder for React</strong>
1616</p >
1717
18- - ✔️ ** Completly type -checked** : make less errors, this library was built for React with Typescript. Supports nested objects/arrays.
18+ - ✔️ ** Type -checked** : make less errors, this library was built for React with Typescript.
1919- 🤔 ** Simple** : An intuitive, unclottered and easy to understand api. Well [ documented] ( https://codestix.github.io/typed-react-form/ ) too, also JSDoc.
2020- :fire : ** Fast** : only rerenders the fields that change. 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 )
@@ -36,7 +36,7 @@ This library is built from the ground up for React with typescript, but it also
3636
3737Contributions are welcome.
3838
39- 1 . Clone this repo
39+ 1 . Clone this repo.
40402 . Install deps using ` yarn ` . Yarn is required because of the resolutions field in package.json, npm does not support this.
41413 . Open a new terminal and navigate to ` testing/ ` , run ` yarn ` and ` yarn start ` to start the testing application.
42424 . Done! When you edit source code, it will be rebuilt and update the testing application.
You can’t perform that action at this time.
0 commit comments