Documentation

Lorem ipsum dolor sit amet consectetur edipiscing elit.

How it works

The way React Browser Form works is by utilizing a DOM <form /> node. We attach React event listeners - onChange, onBlur, onSubmit and onReset and when any of these events is triggered, we check whether there is any operation to be performed and only then process any inputs.

To get a better idea of how this works, feel free to read the source code of useBrowserForm.tsx in our GitHub repo.

Further documentation

The documentation here contains important next steps for you to read if you want to utilize the full potential of React Browser Form.

  1. Options API - be sure to check what options you can pass to React Browser Form
  2. Return types API - see all the provided information and APIs
  3. Validation and transformation - read about our minimal, yet effective validation and transformation