Articles for the React tag – Page 2
-
json-render Ink: When the LLM Paints Your Terminal
A look at how json-render Ink lets you hand the terminal UI over to an AI without handing over the keys to arbitrary code.
-
React-Calendar: A Calendar That Skips the Moment.js Diet
A decade-old, battle-tested calendar component that picks dates in any locale and calendar system, all on a four-dependency footprint.
-
React Color: The Variety Pack of Color Pickers Your App Has Been Missing
The original react-color defined what a React color picker should look like, then quietly stopped getting updates. @uiw/react-color is the modern, modular, tree-shakeable successor that brings the whole picker zoo back to life.
-
Scroll Without End: Effortless Pagination with react-infinite-scroll-component
Endless feeds are everywhere, and wiring them up by hand is fiddlier than it looks. This little component handles the scroll-detection plumbing so you can focus on fetching data.
-
Shaders: GPU Eye-Candy Without Writing a Single Line of WGSL
Most of us file shader programming under 'someday, maybe' — right next to learning the cello. Shaders flips that on its head, turning GPU effects into ordinary React components you can drop in and configure with props.
-
Shimmer From Structure: Skeletons That Measure Themselves
Most skeleton libraries make you build and maintain a second copy of every component. This one measures the real thing at runtime and draws the skeleton for you.
-
SSGOI: Give Your Web Pages the Transitions a Native App Would Brag About
Native apps glide between screens. Most websites just blink one page out and the next page in. SSGOI closes that gap with one wrapper and a handful of transition presets.
-
react-inlinesvg: Give Your SVGs CSS Superpowers
If you have ever tried to recolor an SVG loaded through an img tag and hit a wall, this little component is the answer you have been looking for.
-
Tabulator: Interactive Data Grids Without the Dependency Tax
A batteries-included, framework-agnostic data grid that renders sortable, filterable, editable tables for you instead of making you assemble the markup yourself.
-
React MD Editor: The Textarea That Thinks It's an Editor
Not every markdown editor needs to drag a full code-editor engine into your bundle. Sometimes a clever textarea and a live preview pane are exactly enough.