
Speed Up Your NestJS App with SWR Caching and RedisX
Let's talk about something cool: Stale-While-Revalidate (SWR) caching. Imagine your app serves up...
Tag archive

Let's talk about something cool: Stale-While-Revalidate (SWR) caching. Imagine your app serves up...

At Subito (Italy's leading classifieds platform), we never paid much attention to how we made API...
Lessons from shipping a multi-tenant marketing automation platform with campaigns, conversations, RBAC, and analytics — and keeping it maintainable 6 months later.
SWR (stale-while-revalidate) is Vercel's data-fetching library for React. Its API is deceptively...

Part 5: The Frontend Layer — Bringing the API to Life In Part 1, we built the...
Technologies are evolving so rapidly, especially when it comes to JavaScript. React.js and Next.js...
SWR (Stale-While-Revalidate) in React SWR is a React hook library for data fetching that...

As our projects become increasingly complex, users are demanding higher speed and better user...
In this post, I’ll walk you through creating an infinite scroll component. Whether you’re new to this...
Optimistic UI is a design philosophy that focuses on creating a positive user experience by...
This article is a continuation of React Data Fetching Patterns - useState-useEffect React Data...
In React, data fetching from an external API typically involves a few steps, as below: send a fetch...