- inspired by Ruby on Rails forms (FormHelper/SimpleForm) and form objects (reform)
- works well with a rails backend, but it's not necessary
- uses redux for state updates
npm install --save rform
import { YourDesiredComponent } from 'rform'
- if an
authTokenis given orstate.authTokenis defined, a hidden field providing it will be generated - if a method other than
GETorPOSTis provided, a hidden_methodfield will be generated - if you are using
i18n-jsand/or provide a globalI18nobject, rform will search it for translations
MIT