Skip to content

The repository contains the code and resources for an article that provides a comprehensive and in-depth look at creating forms in React.

Notifications You must be signed in to change notification settings

dboatengg/react-forms-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The repository contains the code and resources for an article that provides a comprehensive and in-depth look at creating forms in React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published