- React
- React Alicante
- 2017
- A practical guide to Redux Form
A practical guide to Redux Form
Erik Rasmussen at React Alicante 2017
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. Related repo: https://github.com/erikras/reactalicante2017