Awesome React
Browse videos
Playlists
Conferences
Speakers
About
A practical guide to Redux Form
Playlist
Details
Forms are hard in any framework, but they are extra complicated in React due to the recommended method of using "controlled inputs", inputs where all of their state is managed by the developer, not by the DOM or the React framework itself.