guiskj
guiskj

Reputation: 47

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?

Upvotes: 1

Views: 85

Answers (1)

Luke Willis
Luke Willis

Reputation: 8580

No.

is a peer dependency of .

source

Upvotes: 2

Related Questions