blueberryapps / redux-file-upload

Redux-friendly file upload made easy
MIT License
65 stars 17 forks source link

does redux-file upload work with redux-form? #22

Closed adizus closed 6 years ago

kepi74 commented 6 years ago

By default no, because this component was not created for redux-form library. You can handle redux-file-upload actions in redux-form reducer plugins. Integration with redux-form validation should be possible, but tricky, I think.

If you will make some progress with integration in redux-form, let us know, please.