Most Popular React Libraries - Page 18
Page 18 of the most-viewed articles on ReactLibs, ordered by popularity.
-
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.
-
@gql-x/Composer: Building GraphQL Strings Without the Bookkeeping
A fresh, zero-dependency DSL for assembling GraphQL queries from JavaScript values, where variables are declared at their point of use and the builder handles the tedious header bookkeeping.
-
Comark: Markdown That Streams, Renders, and Talks to React
Rendering Markdown in React is a solved problem, until you try to stream it from an AI model and let it embed your own interactive components. Comark was built for exactly that messy, modern reality.
-
Calligraph: Where Letters Learn to Slide Instead of Snap
Most text on the web changes by blinking out of existence and reappearing as something else. Calligraph asks a better question: what if the letters that stayed the same simply slid into place?
-
react-native-haptic-feedback: Buzz-Worthy Touch Feedback for React Native
Good apps don't just look right, they feel right. This guide walks through react-native-haptic-feedback v3 and the tactile vocabulary it gives your React Native app.
-
Brownie: One Store Shared Between React Native and Native
When React Native lives inside an existing native app, both sides usually need the same state. Brownie gives them one typed store instead of a pile of hand-written bridges.
-
billboard.js: D3 Power Without the D3 Homework
D3 is the most powerful drawing engine on the web and also the one most likely to make you cry into your scales and axes. billboard.js keeps the power and hides the homework behind a config object you can actually read.
-
Bearnie: The shadcn-Style Component Library Astro Was Waiting For
React developers have shadcn/ui. Astro developers had to envy it from across the fence. Bearnie brings the same own-your-code philosophy to Astro, minus the framework runtime.
-
Agent Device: Giving Your AI Coding Agent Eyes and Hands on a Real Phone
Your coding agent can write a slick new screen, but can it actually see the app run? Agent Device closes that loop, handing the agent a CLI to drive real devices and report back what really happened.
-
Wasp: The Batteries-Included Full-Stack Framework That Writes Its Own Plumbing
If you've ever spent the first week of a project gluing React to an Express backend, bolting on auth, and hand-rolling an API layer, Wasp wants to give that week back to you.