Articles by Tag #forms

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

The Ultimate Guide to Handling Forms in React

Introduction Handling forms efficiently is a crucial part of building interactive...

Learn More 6 0Feb 13

React-Hook-Form vs Formik: The Good, Bad, and Ugly

React-Hook-Form and Formik are the most popular libraries for handling forms in React applications....

Learn More 5 0Jul 3 '24

Angular Form Architecture: Achieving Separation of Concerns with a FormHandlerService

Introduction In my previous articles, I've focused on managing the data flow in our...

Learn More 4 0Jun 28 '24

Angular Typed Forms: Precision and Power in Form Management

In modern web development, ensuring type safety and consistency is crucial. Angular has introduced...

Learn More 3 2Aug 13 '24

Modern form validation

3 modern CSS techniques for advanced form validation customization.

Learn More 2 4May 12

Is it intuitive though? | Story of my new ecommerce venture

Recently I am working with a local shop who wants to sell their products online. Not to mention, they...

Learn More 2 0Mar 25

React: Optimizing Forms with Controlled and Uncontrolled Components

React forms can get complex quickly, especially as they grow in fields and complexity. Knowing when to use controlled and uncontrolled components effectively can simplify form management.

Learn More 1 2Oct 29 '24

Mastering Form Error Handling in Angular: Mapping Errors to User-Friendly Messages

Introduction Form validation is an essential part of most web applications, but mapping...

Learn More 1 0Dec 8 '24

Both-sides form validation with Next.js (React Hook Form & next-safe-action)

Forms have been – and still are – a pain for the web developer. In particular, one has to enforce server-side validation for security, while also providing client-side validation for user experience.

Learn More 1 0Apr 9

Shared form with config files in NextJs

Building a shared form for React with zod, react-hook-form and shadcn ui library.

Learn More 1 0Jan 9

Building a Wedding Website with Next.js, Supabase, and Tailwind CSS

Introduction In this blog post, I'll share the journey of building a wedding website that...

Learn More 1 1Dec 30 '24

React Forms: Handling User Input the Right Way React Forms: Handling User Input the Right Way!📝

Forms are a big part of any web app—login, sign-up, search, etc.—and React gives you full control...

Learn More 0 2Apr 20

Using WebAssembly for Instant Form Validation in React

Client-side validation is often overlooked when it comes to performance, but if you have complex...

Learn More 0 0Apr 26

How To Solve The Problem of the Vanishing PDF Form Data

What to do if you fill out a pdf on a Mac and the data doesn’t appear on Windows Continue reading...

Learn More 0 0Oct 1 '24

Building a Zero-Render React Form Validation System Using Context and Refs

Form validation often triggers unnecessary re-renders, especially in large React apps. In this guide,...

Learn More 0 0Apr 26

Reactive Forms vs Template-driven in Angular: Which One Should You Use in 2025?

Compare Reactive Forms and Template-driven Forms in Angular with pros and cons to choose the right one for your next project.

Learn More 0 0Apr 10

Requirement Rules for Checkboxes

HTML checkboxes debuted as part of HTML 2.0 in 1995. Our ability to mark an individual checkbox as...

Learn More 0 0Sep 3 '24

How to Send a File to Participants After they Submit your Google Form

Google Forms for Giveways! How to send a file attachement like PDF ebook or MP3 music to form...

Learn More 0 0Feb 27

Les événements dans les formulaires : valider et améliorer l’UX

Les formulaires sont un élément clé de l'interaction utilisateur sur le web. Bien gérer leurs...

Learn More 0 0Mar 10

Forms in react with react-hook-form

Hey Coders, Long time ago... Here we have a new article about how to add "superpowers" to your...

Learn More 0 0Apr 8

A Web Component for Conditional Dependent Fields

A few weeks back I released a web component to enable you to add requirement rules to checkbox...

Learn More 0 0Sep 4 '24