#datafetching
you don’t get “no logic split, mix client/server logic anywhere” for free, you pay for it with no enforcement for waterfalls and no ability to compose server logic across the tree in an efficient way. two different npm packages can’t have datafetching logic inline in components without waterfalls
November 29, 2024 at 10:37 PM
React Query API Design: Lessons Learned
www.youtube.com
March 31, 2025 at 9:07 AM
Datafetching just feels simple again
February 21, 2025 at 5:22 PM
> two different npm packages can’t have datafetching logic inline in components without waterfalls

It’s the same with RSCs, and most packages that provide RSCs will inevitably provide preloaders as well, so you don’t really win much DX wise
November 29, 2024 at 10:40 PM
#React friends here?

To get a better understandig of data fetching approaches in React, I built a simple example application with three different stacks:

- Next.js
- SPA with TanStack Query (with Suspense)
- SPA with TanStack Query and React Router with loaders and actions

Source is on GitHub.
GitHub - nilshartmann/react-datafetching-examples: React Datafetching with Next.js, TanStack Router ...
React Datafetching with Next.js, TanStack Router and React Router - GitHub - nilshartmann/react-datafetching-examples: React Datafetching with Next.js, TanStack Router and React Router
github.com
October 6, 2023 at 5:33 PM
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
blog.drdreo.com
May 25, 2025 at 8:30 AM
Fetch Streams Are Great, but Not for Measuring Upload/Download Progress, by @jaffathecake@mastodon.social:

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.
jakearchibald.com
September 23, 2025 at 8:30 PM
C'est moi ou l'application Android de bluesky à vraiment du mal niveau Datafetching ?
August 27, 2023 at 8:14 AM
Importing vs fetching JSON
They behave differently, so make sure you pick the right one.
jakearchibald.com
October 27, 2025 at 2:24 PM