Articles for the Forms tag
-
Conform: Forms the Platform Already Knows How to Submit
Most form libraries rebuild everything the browser already does for forms. Conform takes the opposite bet: trust the platform, then enhance it.
-
React Color: The Variety Pack of Color Pickers Your App Has Been Missing
The original react-color defined what a React color picker should look like, then quietly stopped getting updates. @uiw/react-color is the modern, modular, tree-shakeable successor that brings the whole picker zoo back to life.
-
Formisch: One Schema to Rule Your Forms
Most form libraries treat schema validation as an add-on you bolt in later. Formisch flips that around: the schema is the form.
-
Inertia.js for React: The SPA That Forgot to Build an API
Building a single-page app usually means building two apps: a backend API and a frontend that consumes it. Inertia.js quietly deletes one of them.
-
Formisch: One Schema to Rule Your Forms
Forms are where types usually go to die. Formisch takes the opposite bet: define one schema, and let the whole form inherit its shape, validation, and TypeScript types for free.
-
Valibot: Schema Validation That Travels Light
Validation libraries are convenient but historically heavy. Valibot rethinks the problem around one constraint, bundle size, and the result is a library that costs only the features you actually import.
-
Simplify Your Forms with react-radio-group in React
Handling radio buttons in React can be cumbersome due to repetitive code and state management challenges. The react-radio-group library offers a simple and effective solution for creating accessible and customizable radio button groups.
-
Orchestrating Form Submissions with redux-form-saga
Dive into the world of seamless form handling with redux-form-saga, a powerful library that bridges the gap between Redux Form and Redux Saga. This article explores how to orchestrate complex form submissions with ease, leveraging the best of both worlds.
-
Stepping Through Forms with React Multistep Form Magic
Creating multi-step forms in React can be a challenging task, but with the right tools, it becomes a breeze. React Multistep Form is a powerful library that simplifies the process of building complex, multi-step forms in React applications. In this article, we’ll explore how to use this library to create intuitive and user-friendly form wizards.
-
DevExtreme React: Unleashing UI Wizardry in React Applications
Explore the world of DevExtreme React, a powerful UI component library that brings advanced functionality and responsive design to your React applications. Learn how to leverage its extensive feature set to create stunning user interfaces with minimal effort.