Api Docs

A detailed look at all the moving parts of React Reform

ReformContext

Add this component to the root of your app to inform all forms within which themes and validations are available.

Themes

Define what your form look like withcreateTheme. You can define how the form body and each field is rendered, as well as allowing you to overwrite validation messages.

Validations

Learn how to write custom sync or async validations.

WrapInput

The WrapInput component allows to wrap any input component to make the ready for React Reform.

Form

Let's apply all the techniques above to see how forms are written.

Optional validations and inputs

To get you off the ground, see which validations and inputs come with React Reform

React Reform is brought to you by Codecks. Suggest edits for these pages on GitHub