Most Popular React Libraries - Page 39
Page 39 of the most-viewed articles on ReactLibs, ordered by popularity.
-
React SCAD: Print Your Components (Literally, on a 3D Printer)
What if you could build 3D models the same way you build UIs -- with components, props, and JSX? React SCAD takes the React reconciler into uncharted territory, turning your component tree into OpenSCAD files you can slice and 3D print.
-
VerifyFetch: The Fetch That Has Trust Issues (And That's a Good Thing)
Learn how VerifyFetch lets you download and verify multi-gigabyte files in the browser without blowing up your memory, losing progress on flaky connections, or trusting that your CDN has not been compromised.
-
Invokers Polyfill: Buttons That Just Know What to Do
The Invoker Commands API lets buttons declare what they control and how, right in the HTML. The invokers-polyfill brings that power to browsers that have not caught up yet, with zero dependencies and exact spec compliance.
-
Knip: The Dead Code Detective Your Codebase Deserves
Every codebase accumulates dead weight over time. Knip is a static analysis tool that hunts down unused files, stale dependencies, and forgotten exports in JavaScript and TypeScript projects, helping you keep your code lean and your builds fast.
-
Cheerio: jQuery's Cool Cousin Who Lives on the Server
If you have ever wished you could use jQuery selectors to tear through HTML on the server, Cheerio is exactly the library you have been looking for. Fast, familiar, and built for the backend.
-
Downshift: The Headless Hero Your Dropdowns Deserve
Building accessible dropdown components from scratch is notoriously tricky. Downshift takes care of keyboard navigation, screen reader support, and state management while leaving every pixel of rendering in your hands.
-
Transformers.js: Your Browser Just Grew a Brain
Discover how Transformers.js lets you run powerful machine learning models entirely in the browser, no server round-trips required. From text classification to speech recognition, your users' data never has to leave their device.
-
Crashcat: Physics That Won't Crash Your Bundle
A lightweight, tree-shakeable physics engine for the web — no WASM required.
-
Bearnie: Astro Components You Actually Own
Tired of fighting with opaque npm dependencies? Bearnie gives you 60+ beautifully crafted Astro components that live in your project, not in node_modules. Copy, customize, and call them your own.
-
Orchestrating Selection: A Symphony with React Drag to Select
In the world of React development, creating intuitive user interfaces is paramount. The React Drag to Select library offers a powerful solution for implementing flexible selection mechanisms, enhancing user experience and interaction in your applications.