Most Popular React Libraries - Page 14
Page 14 of the most-viewed articles on ReactLibs, ordered by popularity.
-
Oxfmt: Prettier's Output at Rust Speed
Keep Prettier's output and config, drop three plugins, and gain an order-of-magnitude in speed. Here is what Oxfmt actually does and how to try it.
-
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.
-
React Notion X: Turn Notion Into a Lightning-Fast Website
Notion is a wonderful place to write, but a sluggish place to publish. React Notion X bridges that gap, letting you keep writing in Notion while shipping a site that loads in a blink.
-
Node-RED: Wiring the Internet of Things with Drag-and-Drop Flows
A tour of Node-RED, the OpenJS Foundation's visual wiring tool for event-driven applications, from your first flow to the Function node and the redesigned 5.0 editor.
-
React Native Morph Card: The App Store Expand Trick, Done Natively
A tiny, focused native module that nails one delightful interaction: the card that grows into a fullscreen detail view and gracefully shrinks back.
-
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.
-
Inertia.js for React: The SPA That Forgot to Build an API
Building a single-page app usually means building two apps: a backend API and a frontend that consumes it. Inertia.js quietly deletes one of them.
-
Geometric.js: 2D Geometry Without the Class Ceremony
Sometimes you just need the area of a polygon, the centroid of a shape, or to know whether a click landed inside a region — without dragging in a GIS framework or learning a new object model. Geometric.js answers all of that with plain arrays and plain functions.
-
Formisch: One Schema to Rule Your Forms
Most form libraries treat schema validation as an add-on you bolt in later. Formisch flips that around: the schema is the form.