CodeQuestic / OpenPrep

Comprehensive collection of resources for various programming languages. It includes code samples, best practices, and reference materials to help developers of all levels enhance their skills and knowledge in multiple languages.
https://openprep.pages.dev
MIT License
4 stars 7 forks source link

[Hacktoberfest]: Add content for React - Forms in React #28

Closed rakshixh closed 2 weeks ago

rakshixh commented 3 weeks ago

📝 Issue Description

Add the following content for Forms in React under REACT

Controlled Components (Form Elements Controlled via State) Uncontrolled Components (Using Refs for Form Inputs) Form Validation (Manual Validation vs. Using Libraries) Handling Form Submissions

File you will be working on: src\content\docs\react\forms.mdx

🎯 Expected Outcome

The expected outcome is to add a well-documented and informative section under React that covers the following topics:

The content should be written clearly, with examples where necessary, and provide value for developers who are either new to form handling in React or need to better understand the differences between controlled and uncontrolled components. Please don't make use of the AIs.

🔧 Solution Guidance (Optional)

📋 Steps to Reproduce

🎃 Hacktoberfest Participation

✔️ This issue is tagged for Hacktoberfest. ✔️ PR should reference this issue and adhere to contribution guidelines.

👥 Contributors

If you are working on this issue, please comment below to let us know. Feel free to ask any questions! Don't forget to go through the CODE OF CONDUCT and follow the CONTRIBUTING guidelines.


Thank you for contributing to Hacktoberfest and helping improve this project!

Shrey0610 commented 2 weeks ago

Hello, I have read the 'Contributing Guide' in the website and I am ready to go, can I make the changes? Please assign me the issue if you feel so.

Shrey0610 commented 2 weeks ago

Hi, Can you please add the 'Hacktoberfest-accepted' and 'gssoc-extended' labels to this ?