-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Stijn Rogiest edited this page Feb 13, 2021
·
28 revisions
Welcome to the typed-react-form wiki!
- Basic usage
- Components
- Nested objects
- Primitive arrays
- Object arrays
- Listener and Form hooks
- Listener and Form components
- Workings under the hood
typed-react-form was created from the group up to work with typescript. There had to be a way to nest objects and arrays, but that wasn't trivial, there is no type-safe way to split field name props, this is how non-typed form management libraries do it. The solution is child forms.