DEV Community

Patchy from FireHydrant for FireHydrant

Posted on

Using React Select with Redux Form

At FireHydrant we use Redux Form for all of our forms. It's extremely easy to build complex form logic with all sorts of added bonuses that make using it in our React/Redux front end a no brainer.

However, when we started using React Select for our select fields we started running into some issues. You're likely running into some of the same issues we did and so this blog post will help get you off the ground and integrating these two libraries together.

Read how here

Originally published on the FireHydrant Blog on April 23, 2019 by Dylan Nielsen.

Top comments (0)