Next.js Discord

Discord Forum

Seeking Guidance on Implementing a Reusable Form Module in Next.js

Unanswered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
Hello everyone,

I'm relatively new to Next.js, though I have some experience with React.js.
I'm currently working (I have to :-)) on implementing a module for handling generic, reusable forms.
My idea is to allow the specification of a graphic style (theme), define various labels and field types, and set the URL to which the form data will be sent. Upon successful submission, the library should create and manage the form.

I'm reaching out for some assistance and would greatly appreciate any resources or advice you could provide:

Learning Resources: Could you recommend any web pages, documentation links, YouTube videos, or book chapters that are particularly helpful for managing forms in Next.js?

Structure Advice: I would love some suggestions on how to structure this module effectively.

Library Recommendations: Are there any existing libraries that do something similar? I'm looking for inspiration and best practices.

Thank you for your time and help!

0 Replies