Articles for the React tag – Page 5
-
Typed.js: The Invisible Typist Living Inside Your Website
Every memorable landing page has that moment where text appears letter by letter, as if a ghost is typing it in real time. Typed.js has been conjuring that illusion since 2013, and with v3.0.0 it is still the most popular way to make your hero section feel alive.
-
Billboard.js: D3-Powered Charts That Hit Number One
Tired of wrestling with raw D3.js to render a simple bar chart? Billboard.js wraps all that SVG-wrangling complexity into a clean, declarative API. With 20+ chart types, five built-in themes, and an official React wrapper, it puts D3's power at your fingertips without the learning cliff.
-
Rspress: Docs at the Speed of Rust
When your docs build faster than you can save the file, you know something special is going on under the hood.
-
EmbedPDF: Chrome's Own PDF Engine, Now in Your App
A framework-agnostic PDF viewer powered by the same engine that renders PDFs in Google Chrome.
-
Slowmo: The Browser Time Bender You Didn't Know You Needed
One function call to rule all animations. Time itself bows to your debugger.
-
React Doctor: A One-Command Health Check for Your Entire React Codebase
What if you could run a single command and get a full diagnostic report on your React codebase covering security leaks, performance bottlenecks, dead code, accessibility gaps, and hook violations? React Doctor does exactly that and gives you a score to track over time.
-
SVAR React Gantt: The Native React Gantt Chart That Actually Feels Like React
Need a Gantt chart in your React app but tired of wrapper-based components that fight the framework? SVAR React Gantt is a native React implementation with drag-and-drop scheduling, task hierarchies, and enough horsepower to handle ten thousand tasks without breaking a sweat.
-
Broad Infinite List: Scrolling in Both Directions Without Losing Your Mind
Most infinite scroll libraries only go one way. Broad Infinite List goes both, handling chat history, live feeds, and streaming logs with zero layout shifts and zero height configuration. It weighs in at about 2KB gzipped and works across React, React Native, and Vue.
-
react-scroll-into-view: The One-Component Scroll Whisperer
Sometimes all you need is a button that scrolls the page somewhere else. No scroll spy, no active states, no custom scroll math. Just click, scroll, done.
-
React Lite YouTube Embed: Put Your YouTube Embeds on a 500KB Diet
Every YouTube embed you drop into a page loads over 500KB of scripts, stylesheets, and tracking before the user even thinks about pressing play. React Lite YouTube Embed fixes that by showing a static thumbnail first and only loading the real iframe on click.