Search code examples
reactjsreduxreact-reduxredux-formreact-redux-form

Is it possible to run Redux-Form without React-Redux?


Is there any way to utilise Redux-Form without also bringing in React-Redux library?

I have both React and Redux installed, but I am trying to keep my app as light as possible with as little dependencies as possible.

If there is no way to decouple React-Redux from Redux-Form, is there any other form handling library that you'd recommend?


Solution

  • No.

    is a peer dependency of .

    source