Most Popular React Libraries - Page 6
Page 6 of the most-viewed articles on ReactLibs, ordered by popularity.
-
PGlite: Real Postgres in Your Browser, No Server Required
Postgres has lived on servers for decades. PGlite compiles it straight to WebAssembly so the real thing runs wherever your JavaScript does.
-
Shiki: Paint Your Code Exactly Like VS Code
Most syntax highlighters approximate what your editor shows. Shiki ships the real thing — VS Code's own grammars and themes — and bakes the result into static HTML.
-
Expo UI: Real SwiftUI and Jetpack Compose, Straight From React
For years React Native faked native UI with flexbox and StyleSheet. Expo UI stops faking it and hands you the real platform toolkits.
-
Zero to Sixty: Building Instant Web Apps with Rocicorp Zero
Most web apps spend their lives waiting on network round-trips. Zero flips that script by letting your queries decide what syncs, and serving reads and writes from a local store first.
-
Mediabunny: FFmpeg's Web-Native Cousin Who Actually Reads the Room
Converting media in the browser used to mean shipping a multi-megabyte WebAssembly FFmpeg build and hoping for the best. Mediabunny takes a different route: lean, tree-shakable TypeScript wired directly into the browser's hardware-accelerated WebCodecs API.
-
react-native-enriched-markdown: Markdown Rendering Without the WebView Tax
Render Markdown as truly native text in React Native, with a C-powered parser and zero WebView overhead.
-
React Split Pane v3: The Classic Layout Splitter Gets a Modern Makeover
React Split Pane just shipped its biggest update ever. Version 3 is a complete rewrite with hooks, TypeScript, accessibility, and features the original never had. Here is everything that changed and how to upgrade.
-
sql.js: The Entire SQLite Engine Running in Your Browser Tab
What if you could run a full relational database in your browser without a server, a network connection, or a single native binary? sql.js takes the legendary SQLite engine, compiles it to WebAssembly, and hands you the entire SQL dialect right in JavaScript. Fourteen years of battle-tested reliability, zero dependencies.
-
Unistyles: Revolutionizing React Native Stylesheets
Unistyles 2.0 is changing the game for React Native developers, offering a powerful and efficient way to style applications across multiple platforms. With its innovative features and impressive performance, it’s time to explore how Unistyles can elevate your React Native projects.
-
React-Diff-View: Orchestrating Git Diffs in a Visual Symphony
Dive into the world of visual diff representation with react-diff-view, a powerful React library that transforms raw Git diffs into interactive and customizable components. Perfect for code review tools, version control interfaces, and any application needing to display code changes elegantly.