Skip to content

Commit 3696ff3

Browse files
committed
Merge branch 'master' of github.com:CodeStix/fast-react-form
2 parents 486b1f2 + f7b25d5 commit 3696ff3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
A fast, completely type-checked React form state manager, focussed on typescript integration and minimal rerenders. Featuring:
66

7-
- [Object fields](https://github.com/CodeStix/typed-react-form/wiki/Object-fields)
8-
- [Array fields](https://github.com/CodeStix/typed-react-form/wiki/Array-fields)
9-
- [Validation and yup integration](https://github.com/CodeStix/typed-react-form/wiki/Validation)
10-
- [Easily toggle fields](https://github.com/CodeStix/typed-react-form/wiki/Toggling-a-field)
11-
- [Listeners (subscription based state updates)](https://github.com/CodeStix/typed-react-form/wiki/useListener)
7+
- [Object fields](https://typed-react-form.codestix.nl/docs/Object-fields)
8+
- [Array fields](https://typed-react-form.codestix.nl/docs/Array-fields)
9+
- [Validation and yup integration](https://typed-react-form.codestix.nl/docs/Validation)
10+
- [Easily toggle fields](https://typed-react-form.codestix.nl/docs/Toggling-a-field)
11+
- [Listeners (subscription based state updates)](https://typed-react-form.codestix.nl/docs/useListener)
1212

1313
**All of this while keeping type-checking!**
1414

@@ -18,11 +18,9 @@ A fast, completely type-checked React form state manager, focussed on typescript
1818
npm install typed-react-form
1919
```
2020

21-
## [Documentation](https://github.com/CodeStix/typed-react-form/wiki)
21+
## [Documentation](https://typed-react-form.codestix.nl/)
2222

23-
**You can find documentation and information on how to get started [on the GitHub wiki page](https://github.com/CodeStix/typed-react-form/wiki).**
24-
25-
**You can see an example form working in action [here](https://codestix.github.io/typed-react-form/).**
23+
**You can find documentation and information on how to get started [here](https://typed-react-form.codestix.nl/).**
2624

2725
## Javascript/typescript React
2826

0 commit comments

Comments
 (0)