Skip to content
Stijn Rogiest edited this page Feb 13, 2021 · 28 revisions

Welcome to the typed-react-form wiki!

Table of contents

  • Basic usage
  • Components
  • Nested objects
  • Primitive arrays
  • Object arrays
  • Listener and Form hooks
  • Listener and Form components
  • Workings under the hood

Ideology

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.

Visual representation

visual representation

Clone this wiki locally