Most Popular React Libraries - Page 45
Page 45 of the most-viewed articles on ReactLibs, ordered by popularity.
-
Crashcat: A 3D Physics Engine That Forgot to Use WebAssembly
Almost every serious browser physics engine these days is a chunk of Rust or C++ compiled to WebAssembly. Crashcat takes the road less travelled and stays pure JavaScript, and that turns out to be a genuinely interesting trade-off.
-
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.
-
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.
-
TinyBase: A Tiny Store With Surprisingly Big Ideas
Most state libraries give you a bucket to hold data. TinyBase gives you a tiny relational engine with reactive bindings, a query language, persistence, and conflict-free sync — all in a handful of kilobytes.
-
Semiotic: The Grammar-of-Graphics Chart Library With an AI-Era Comeback
Some libraries go quiet for years and then surprise everyone. Semiotic spent a long stretch in the shadows, then re-emerged in 2026 as a streaming-first, AI-friendly visualization toolkit. Here is what it can do today.
-
React Native Reshuffled: Drag, Drop, and Reshuffle a True 2D Grid
A look at a niche but cleverly engineered React Native library that turns drag-to-rearrange grids into a native-speed, coordinate-based affair.
-
React Native ExecuTorch: AI That Lives on the Phone
Cloud AI is powerful, but it costs money, needs a connection, and sends private data to someone else's servers. React Native ExecuTorch flips the script by running models right on the device, exposed through clean React hooks.
-
React Native Preflight: Maestro E2E Without the YAML Headache
Maestro made mobile E2E testing fast, but reaching a deep screen still means scripting your way through the whole app. Preflight skips the journey and drops you right where the test matters.
-
React Native Morph Card: The App Store Expand Trick, Done Natively
A tiny, focused native module that nails one delightful interaction: the card that grows into a fullscreen detail view and gracefully shrinks back.
-
Fate: Relay's Best Ideas, Minus the GraphQL Tax
What if you could have Relay's elegant co-located data requirements and normalized cache, but over your existing tRPC backend, with no GraphQL in sight? That is the bet Fate is making.