Javascript – How do I get instant validation of form fields in this React 18 app?
I am working on a chat app with React 18 and Firebase. In the srcpagesRegister.jsx component, I have a form that I validate with Simple Body Validator: import React, { useState } from "react"; import FormCard from '../components/FormCard/FormCard'; import {…