Using forms in Next.js
Today we are looking at another well-used element of web applications: Forms.
And to be precise, how to use forms in Next.js.
We want to learn how we can hijack the form submit to use this data in a Next.js application.
Creating a form in Next.js
To ...
h.daily-dev-tips.com3 min read