Devon
banner
itsme.dev
Devon
@itsme.dev
Fullstack Engineer | Aspiring Alpaca Farmer 🦙
It builds the anticipation
March 16, 2025 at 5:01 PM
Following the general idea.

It's close to what I had hacked together before, but implementing this minimal version of it I think will help to build up the rest of the functionality more cleanly.

Still curious if I'm missing something re: `QueryCache.build` vs `QueryClient.setQueryData` @jumr.dev
Vitejs - Vite (forked) - StackBlitz
Next generation frontend tooling. It's fast!
stackblitz.com
January 27, 2025 at 7:19 PM
Cool, that looks simple enough, but why do you use `QueryCache.build` instead of `QueryClient.setQueryData`? It looks like an undocumented API (at least I don't see it in the docs).
January 27, 2025 at 4:48 PM
Thanks! I'd love to see an RFC as well. I'll see if I can distill my use case better...
January 27, 2025 at 4:38 PM
I'm also entirely open to the suggestion that this is not a use case well suited to the library at this time.
January 27, 2025 at 1:47 PM
The biggest challenge so far has been shipping to the app stores, since some users insist on it. iOS still has inconsistent support for PWAs and wrapping the site in a thin native client has presented some issues, particularly around SSO flows.
November 25, 2024 at 2:50 PM
But I think the PWA route is serving us well. We only need to implement a new feature once, and it's immediately available to all users. It's also forcing us to consider responsive design for all new work, which, frustratingly, is seemingly still a lot to ask for these days.
November 25, 2024 at 2:50 PM
Bare RN. We were on .59 and couldn't upgrade without first upgrading React, but we couldn't upgrade React without first upgrading React Router, etc.

We managed those migrations over the last 12 months thankfully. I might take another look at modern RN (I like that the bridge is gone)...
November 25, 2024 at 2:50 PM
Is there a canonical source to understand this preference?
November 23, 2024 at 1:45 PM
Are Icon and Tooltip 3rd party components? No, they're actually located in `a/b/c/components/`!
November 22, 2024 at 4:57 PM
I'm sure this must have saved the original maintainers whole seconds when writing import statements by hand, but it is now costing me my sanity 10 years later.
November 22, 2024 at 4:44 PM
The work consists of deleting the rule and then working my way through hundreds of now unresolved import errors and updating `import w from "z"` to `import w from "x/y/z"`.
November 22, 2024 at 4:44 PM
I'm currently several weeks (part time) into removing our `resolve.modules` rule where we told webpack to look in `a/b/` for our modules... And also `a/b/c/`, and `a/b/c/d`, and `a/b/e`, and `a/b/f`, and...
November 22, 2024 at 4:44 PM
The Get Started link on the landing page assumes that Tanstack Start has its own documentation, but it seems to still be a descendant of the Tanstack Router. Here's a working link tanstack.com/router/lates...
TanStack Start Overview | TanStack Router React Docs
TanStack Start is a full-stack React framework powered by TanStack Router. It provides a full-document SSR, streaming, server functions, bundling, and more, powered by TanStack Router, Vinxi, and Vite...
tanstack.com
November 20, 2024 at 1:11 AM
You didn't compute anything
a penguin in a hole with the words you did n't see anything below it
Alt: a penguin in a hole with the words you didn't see anything below it
media.tenor.com
November 20, 2024 at 1:09 AM
Was this on the @sentry.io launch week schedule?
November 19, 2024 at 12:21 PM