Echo JS 0.11.0

<~>
davidspiess 2488 days ago. link parent 3 points
Formik uses a high order component to collect form data. redux-form has own input, select, textarea etc components which are directly connected to the redux store.
Without having tried formik, it looks simpler and much more flexible. You can use it without redux, but if you do, writing your own actions for storing the model state should be trivial.

Replies