Most Popular React Libraries - Page 60
Page 60 of the most-viewed articles on ReactLibs, ordered by popularity.
-
Oxlint: The Rust-Powered Linter That Makes ESLint Feel Like Dial-Up
If you have ever stared at a spinner waiting for ESLint to finish, Oxlint is the kind of speed upgrade that makes linting disappear into the background. Here is how to put it to work.
-
officeParser: One API to Read Every Document You Throw at It
Wiring up a different parser for every file format is tedious. officeParser gives you one function that reads them all and hands back a structured tree you can turn into whatever you need.
-
Obs.js: Meet Your Users Where They Actually Are
Web performance happens somewhere between you and your user. Obs.js hands you the signals to deliver the right experience to the right person under the right conditions, right now.
-
Micromodal.js: Tiny, Accessible Modals Without the Bloat
Modals look simple until you try to make one that screen readers and keyboard users can actually use. Micromodal.js quietly handles that part for you.
-
Sanding Down the Sharp Edges of View Transitions with view-transitions-toolkit
The native View Transitions API is powerful but low-level. This toolkit hands you small, well-typed helpers that turn its most tedious recipes into one-liners.
-
RevoGrid: A Million Rows Without Breaking a Sweat
Big tables usually mean a sluggish browser and a crashed tab. RevoGrid takes a different route: render only what you can see, recycle the rest, and stay buttery smooth even with a million rows.
-
Formisch: One Schema to Rule Your Forms
Forms are where types usually go to die. Formisch takes the opposite bet: define one schema, and let the whole form inherit its shape, validation, and TypeScript types for free.
-
tinykeys: Big Keyboard Power in About a Kilobyte
Keyboard shortcuts feel like magic when they work and like a maintenance nightmare when you roll your own. tinykeys gives you the magic without the nightmare, all in roughly a kilobyte.
-
Sugar High: The 1 kB Syntax Highlighter That Lets CSS Pick the Colors
A syntax highlighter so small it fits in a kilobyte, built by a Next.js core member for his own blog. Here is how it works and why owning your colors in CSS is liberating.
-
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.