Most Popular React Libraries - Page 4
Page 4 of the most-viewed articles on ReactLibs, ordered by popularity.
-
React Navigation: Charting a Course Through Your React Native App
React Native ships with no router at all. React Navigation has spent years filling that gap, and its v7 static API makes wiring up screens cleaner than ever.
-
docmd: Markdown In, Production Docs Out, Zero Config In Between
Some documentation tools ask you to learn a framework before you can publish a single page. docmd asks you to write Markdown. That's the whole pitch, and it's a surprisingly compelling one.
-
Turn-by-Turn, the Google Way: The React Native Navigation SDK
Most React Native map tutorials stop at drawing a line on a map. This one hands you the actual navigation engine — voice, rerouting, and all.
-
npq: Look Before You npm install
Every npm install is a moment of trust. npq adds a pause-and-inspect step before that trust is granted, so you find out about red flags before the code runs, not after.
-
Kysely: SQL With Types That Actually Have Your Back
If you love SQL but hate hand-maintaining result types, Kysely sits in exactly the right spot: SQL-shaped queries with end-to-end type inference and no ORM magic.
-
RxDB: The Reactive Database That Lives Inside Your App
Most web apps treat the network as their source of truth. RxDB flips that around: the database lives on the client, reads and writes are instant, and your UI reacts to data changes on its own.
-
opentype.js: Turning Letters Into Vectors You Can Actually Touch
The browser will happily paint text on the screen, but it guards the actual shapes of letters like a secret. opentype.js hands you the key.
-
Electrobun: Tiny TypeScript Desktop Apps Without the Chromium Tax
If Electron feels heavy and Tauri's Rust requirement feels like a detour, Electrobun offers a third path: tiny desktop bundles that stay entirely in TypeScript.
-
react-native-grab: Point at Your UI and Let the AI Fix It
A touch-based context tool that bridges the gap between what you see on screen and what your AI coding assistant needs to know.
-
react-native-boost: The One-Line Performance Hack Your App Deserves
What if you could speed up your React Native app by up to 50% without touching your codebase? Meet react-native-boost, the Babel plugin that does the heavy lifting at build time.