+ 2
How to check if email form is valid email if email is valid and user clicked on button it have to render new Component
On React Js
3 ответов
+ 1
You can use React Hook Form which making form with input validation easier.
Here a sample code, for you to study
https://code.sololearn.com/WbDE8H1kj1c2/?ref=app
https://www.sololearn.com/post/454781/?ref=app
https://react-hook-form.com/
+ 1
Abdulaziz Abdurasul actually you don't need js to do that. HTML 5 have a builtin email validation. Just using <input type="email" > for that!
+ 1
Calviղ Calvin that's very helpful from you my brother 👍