-
Notifications
You must be signed in to change notification settings - Fork 7
Dynamic Forms
ALL edited this page Jan 19, 2020
·
2 revisions
- Forms provide a basic medium for users to interact with your app
- React offers a stateful, reactive approach to building forms
- React recommends using controlled components over refs to implement forms
- FormContainer is a container component that renders all of the form elements and handles all of the business logic
- It takes care of updating the state of the form, handling form submission, and making API calls/dispatching Redux actions