Most Popular React Libraries - Page 31
Page 31 of the most-viewed articles on ReactLibs, ordered by popularity.
-
nanotags: Reactive Web Components That Skip the Shadow DOM Drama
Web Components are a great platform feature wrapped in a lot of boilerplate. nanotags keeps the platform and throws away the boilerplate, in under 2.5 KB.
-
json-render Ink: When the LLM Paints Your Terminal
A look at how json-render Ink lets you hand the terminal UI over to an AI without handing over the keys to arbitrary code.
-
Ky: Fetch With the Sharp Edges Sanded Off
Native fetch is everywhere now, but it is still low-level and full of papercuts. Ky is the thin layer that gives you axios-like comfort while staying true to the web standard underneath.
-
Ink: When Your Terminal Learns to Speak React
If you can build a React component, you can build a terminal app. Ink proves it by rendering JSX straight to your console.
-
html-react-parser: Turn HTML Strings Into Real React Elements
Sooner or later every React app meets a blob of HTML it didn't author. Here's how to render it as proper React instead of stuffing it into an innerHTML escape hatch.
-
Hiraki: Slide-In Drawers Without the Dependency Hangover
A look at Hiraki, a brand-new headless drawer library that delivers gesture-driven bottom sheets and side panels with zero runtime dependencies. We cover what it does well and where its v0.x youth shows.
-
Heerich.js: Stacking Voxels Into Crisp SVG, No WebGL Required
Most 3D on the web means WebGL, shaders, and a render loop. Heerich.js takes the opposite road: it builds blocky voxel scenes and spits out plain, inspectable SVG you could open in a text editor.
-
get-value: Reaching Into Nested Objects Without Faceplanting
A two-kilobyte utility you already ship through five layers of dependencies. Let's look at why get-value keeps earning its 15 million weekly downloads.
-
Fuse.js: Fuzzy Search That Forgives Your Typos
Search that shrugs off misspellings, ships in about 9 kB, and needs no server. Let's see how Fuse.js does it.
-
performative-ui: Components That Signal How Oversubscribed Your Round Is
A field guide to the React library that turns the entire AI-startup landing page into a parts bin. The joke is loud; the components are real.