Installation & Prerequisites

This library supports react hooks only, so react v16.8 or greater is required.
react-fluent-form already comes with typings, so no other package is needed to run this library with typescript.

npm i react-fluent-form

Optional Dependencies

If you want to use yup for validation you need to install it manually.

npm i yup