Supercharged forms API and components for React
– Gif
– Works out of the box – Zero-config – Controlled & uncontolled – Works with JSON-schema, custom state, supermodel –
yarn add react-superforms
npm install react-superforms --save
import Form from 'react-superforms'
export default () =>
<Form
defaultValue={{
username: '',
email: ''
}}
/>
git clone https://github.com/ekorzun/react-superforms.git
cd react-superforms
yarn install
yarn test
MIT.