README
redux-form
redux-form
works with React Redux to enable an html form in
React to use Redux to store all of its state.
Installation
npm install --save redux-form
A higher order component decorator for forms using Redux and React
<script type="module">
import selvagszReduxForm from 'https://cdn.skypack.dev/@selvagsz/redux-form';
</script>
redux-form
works with React Redux to enable an html form in
React to use Redux to store all of its state.
npm install --save redux-form