Redux Form and Dropzone React Example

— 1 minute read

Update: This project now supports v6 of redux-form. Details are here: /blog/redux-form-v6-dropzone-example/

After seeing a few requests for an example of react dropzone and redux-form. I decided to create one to show how you can integrate a drag & drop component with your redux app.

It's here on github dropzone-redux-form-example, any improvements would be gratefully recieved.

Sidenote

It was made super easy to setup this example with nwb (Especially with the new --auto-install flag). It's great to see that the tooling within the react community starting to mature!