Skip to content

Dynamic Forms

ALL edited this page Jan 19, 2020 · 2 revisions

Dynamic Forms

  • 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

Videos

Additional Resources

Bookmark

Clone this wiki locally