LaunchPadLab / lp-components

Our Components
http://lp-components.herokuapp.com
MIT License
5 stars 1 forks source link

Remove dependency of input components on `redux-form` #412

Open dpikt opened 4 years ago

dpikt commented 4 years ago

So that our input components can be used without redux-form, which is deprecated. This could be accomplished with a universal adapter pattern, as shown for formik below:

// App.js

import { applyFormAdapter, formAdapterFormik } from 'lp-components'

applyFormAdapter(formAdapterFormik)