🚨 NEWS: Data Fetching in Next.js — Cache, Revalidation e ISR per Applicazioni che non Rallentano

Ecco i punti chiave in breve:
💡 Il tuo sito Next.js vola in sviluppo, ma in produzione ogni pagina impiega secondi perché i dati vengono recuperati da capo ad ogni richiesta. Oppure hai dati che cambiano ogni ora e non sai se...

🚀 LINK: https://meteoraweb.com/sviluppo-di-siti-web/data-fetching-in-nextjs-cache-revalidation-e-isr-per-applicazioni-che-non-rallentano

#caching #nextjs #serverComponents #iSR #dataFetching

Data Fetching in Next.js — Cache, Revalidation e ISR per Applicazioni che non Rallentano

Data fetching in Next.js: come usare cache, revalidation periodica e ISR per pagine velocissime senza dati obsoleti. Esempi pratici e strategie per ogni caso d'uso.

Meteora Web
🚨 Breaking news! 🚨 In a groundbreaking development nobody asked for, we now have "Quack," the #DuckDB client-server #protocol, because clearly what the world needs is more DB protocols named after waterfowl. 🦆🌊 Thank you, tech industry, for yet again overcomplicating the simple task of fetching data! 🎉🙄
https://duckdb.org/2026/05/12/quack-remote-protocol #QuackDB #DatabaseTech #Overcomplication #DataFetching #HackerNews #ngated
Quack: The DuckDB Client-Server Protocol

DuckDB instances can now talk to each other using the Quack remote protocol. This lets you run DuckDB in a client-server setup with multiple concurrent writers. In DuckDB's spirit, Quack is simple to set up and builds on proven technologies such as HTTP. It's also fast, which allows it to support workloads ranging from bulk operations to small transactions.

DuckDB
Proxying fetch requests in server-side JavaScript - Human Who Codes

Learn how to proxy fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers to better monitor and control your server-side traffic.

Human Who Codes
Importing vs fetching JSON

They behave differently, so make sure you pick the right one.

Fetch Streams Are Great, but Not for Measuring Upload/Download Progress, by @jaffathecake:

https://jakearchibald.com/2025/fetch-streams-not-for-progress/

#javascript #datafetching #apis

Fetch streams are great, but not for measuring upload/download progress

They're inaccurate, and there are better ways.

Angular: “httpResource” in the Wild, by (not on Mastodon or Bluesky):

https://blog.drdreo.com/http-resource-in-the-wild

#angular #datafetching #reactivity

Angular: httpResource In The Wild | DrDreo

How to use Angular's httpResource with real-world requirements. Sending POST requests, parsing the response, and caching.

Robust Data Fetching Architecture for Complex React/Next.js Apps, by @trevorlasn.bsky.social:

https://www.trevorlasn.com/blog/fetching-data-for-complex-next-and-react-apps

#react #nextjs #hooks #datafetching #architecture

Robust Data Fetching Architecture For Complex React/Next.js Apps

How I use the 'Three Layers of Data' architecture pattern for React and Next.js apps to avoid common pitfalls, tech debt, and improve performance

Robust Data Fetching Architecture For Complex React/Next.js Apps
React Query API Design: Lessons Learned - Dominik Dorfmeister

YouTube