
Submitted 3 months ago
conference ticket generators using useActionState hook
#react#vite
@ShubhamOulkar
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I learned new react 19 hook useActionState. This hook reduces use of useState hook. Also no need to use third party form libraries for forms. This form is designed like react-hook-forms.
Following design specifications are achieved, 50% less re-rendring of the forms 8% Less bundle size
Also I learned about clamp() function is ccs. This function reduces use of media query. Responsive pages are easy to design with clamp() especially font-size and widths.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord