davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

react-redux-form - access form values inside another component #1225

Closed AnkitBagaria24 closed 4 years ago

AnkitBagaria24 commented 4 years ago

I am using Forms from react-redux-form and saving the form state in redux store using ..createforms

I want to access this form state/values inside another component.

How do I do this ?

AnkitBagaria24 commented 4 years ago

Managed to find a hook. Hence closing it.