NextJS Display API message on the page – SEO
I have a login form. The user types their username/password into the form and submits it. The form uses fetch() to send a request to the backend API and get a response back. I'd like to display a message from…