Most Popular React Libraries - Page 22
Page 22 of the most-viewed articles on ReactLibs, ordered by popularity.
-
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.
-
Fate: Relay's Best Ideas, Minus the GraphQL Tax
What if you could have Relay's elegant co-located data requirements and normalized cache, but over your existing tRPC backend, with no GraphQL in sight? That is the bet Fate is making.
-
eslint-plugin-react-you-might-not-need-an-effect: Your Linter Now Reads the React Docs For You
useEffect is the most over-reached-for hook in React. This little plugin catches the moments you grabbed it when you didn't need to, before they ever reach code review.