-
Why not use the json pattern of [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) and integrate with shadcn components?
-
Build reusable components for sign-up and login forms.
-
react hook form provides better performance
-
Since this prototype has been created, we can now add it to main with tests
https://github.com/freeCodeCamp/CurriculumExpansion/issues/553
-
![Screenshot 2024-08-11 123404](https://github.com/user-attachments/assets/8ba5d652-fa2d-4c1d-a1da-f9d0e3e3d53d)
-
REF: https://tanstack.com/form/latest
-
- recreate using react-hook-form
-
### Describe the bug
Unable to install form component due to peer dependency error in React 19.
### Affected component/components
Form
### How to reproduce
1. Create new Nextjs v15 project (with …
-
Provide a React code snippet that demonstrates how to handle controlled form inputs in a functional component.
Example: A simple form with name and email input fields using React’s state.
-
**Describe the bug**
When using [screen.debug](https://testing-library.com/docs/dom-testing-library/api-debugging/#screendebug) with the following code
```tsx
import { render, screen } from '@testi…