Reputation: 47
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