Most Popular React Libraries - Page 58
Page 58 of the most-viewed articles on ReactLibs, ordered by popularity.
-
Shimmer From Structure: Skeletons That Measure Themselves
Most skeleton libraries make you build and maintain a second copy of every component. This one measures the real thing at runtime and draws the skeleton for you.
-
Create React Native Library: Skip the Boilerplate, Ship the Module
Writing a React Native library means wrangling Gradle, Podspecs, Codegen specs, and an example app before you write a single line of useful code. This CLI does all of that for you.
-
React-Calendar: A Calendar That Skips the Moment.js Diet
A decade-old, battle-tested calendar component that picks dates in any locale and calendar system, all on a four-dependency footprint.
-
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.
-
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.
-
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.
-
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.