Installation
Formulaik works well with the React component system. Isolating the different inputs is easy and straightforward.
Both the React and the React-Native versions use the Formik library under the hood for handling the forms. Formik is the world's most popular open source form library for React and React Native.
- React JS
- React Native
- npm
- yarn
npm install @formulaik/react
yarn add @formulaik/react
- npm
- yarn
npm install @formulaik/react-native
yarn add @formulaik/react-native
Requirements
- React environment: Tested on React 17+