Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.07 KB

React Forms

The purpose of this article is to provide a comprehensive and in-depth look at creating forms in React. By the end, you'll have a solid understanding of how to build forms and will be on your way to creating your own custom forms.

Demo

Read the tutorial here.

Table of Contents

  • Getting Started
  • Controlled Components
    • Handling dropdown and checkbox in Controlled Components
    • Handling multiple form fields
    • Validating form fields
  • Uncontrolled Components
  • Using A React Component Library
    • React Hook Form
  • Recap
  • Conclusion

Usage

The code in this repository is meant to be used as a reference while reading the article. To use the code, clone the repository and run npm install to install the necessary dependencies. Then, you can run the code using npm run dev.

Author

License

This repository is licensed under the MIT license. See the LICENSE file for more details.