Articles for the React tag
-
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.
-
Calligraph: Where Letters Learn to Slide Instead of Snap
Most text on the web changes by blinking out of existence and reappearing as something else. Calligraph asks a better question: what if the letters that stayed the same simply slid into place?
-
Comark: Markdown That Streams, Renders, and Talks to React
Rendering Markdown in React is a solved problem, until you try to stream it from an AI model and let it embed your own interactive components. Comark was built for exactly that messy, modern reality.
-
Conform: Forms the Platform Already Knows How to Submit
Most form libraries rebuild everything the browser already does for forms. Conform takes the opposite bet: trust the platform, then enhance it.
-
Boneyard: Skeleton Screens Dug Straight Out of Your Real UI
Most skeleton libraries make you draw the bones by hand. Boneyard digs them up from your actual UI, so the placeholder always matches what loads in its place.
-
performative-ui: Components That Signal How Oversubscribed Your Round Is
A field guide to the React library that turns the entire AI-startup landing page into a parts bin. The joke is loud; the components are real.
-
Fuse.js: Fuzzy Search That Forgives Your Typos
Search that shrugs off misspellings, ships in about 9 kB, and needs no server. Let's see how Fuse.js does it.
-
Hiraki: Slide-In Drawers Without the Dependency Hangover
A look at Hiraki, a brand-new headless drawer library that delivers gesture-driven bottom sheets and side panels with zero runtime dependencies. We cover what it does well and where its v0.x youth shows.
-
html-react-parser: Turn HTML Strings Into Real React Elements
Sooner or later every React app meets a blob of HTML it didn't author. Here's how to render it as proper React instead of stuffing it into an innerHTML escape hatch.
-
Ink: When Your Terminal Learns to Speak React
If you can build a React component, you can build a terminal app. Ink proves it by rendering JSX straight to your console.