Articles for the React tag – Page 6
-
Nano Stores: A State Manager So Small You Can Measure It in Bytes
State management does not have to mean a megabyte of machinery. Nano Stores proves you can ship reactive, shareable state in a few hundred bytes, and use the same stores across every framework you touch.
-
Modern.js: ByteDance's Progressive React Framework with a Rust-Powered Heart
Most full-stack React frameworks ask you to wire up a router, a data layer, a bundler, and a backend yourself. Modern.js folds all of that into one opinionated, progressively-adoptable package built on a fast Rust bundler.
-
Streamdown: Markdown That Keeps Its Cool While Tokens Pour In
If you have ever watched an AI chat UI flicker, break, or jump around as the model types, Streamdown is the renderer you have been missing.
-
React Flow: Wiring Up Node-Based Editors Without the Tears
Dragging boxes around a canvas and connecting them with wires looks simple until you try to build it yourself. React Flow hands you the whole apparatus and lets you keep your data.
-
React Font Awesome: 30,000 Icons, One Tidy Component
Font Awesome has been the web's go-to icon library for years. Its official React component makes that giant catalog feel right at home in your component tree.
-
Convex: Your Backend, Reactive and Typed All the Way Down
Building a live-updating app usually means stitching together a database, an API, a websocket layer, a cache, and a way to share types. Convex collapses all of that into one TypeScript codebase.
-
TanStack Query: Stop Babysitting Your Server State
You have almost certainly heard of TanStack Query. The real question is whether you are using it well, and whether you have made friends with the famous staleTime default yet.
-
Bippy: Sneaking Into React's Fiber Tree Like You Own the Place
A power tool for tooling authors. Bippy hands you the same plumbing React DevTools uses, then politely warns you it might break everything.
-
Yoopta Editor: Build Your Own Notion in React
A headless, plugin-powered block editor for React that brings Notion-style editing to your app with minimal fuss.
-
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.