This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ian VanSchooten
ianvs.dev
did:plc:aapito3jpjh654atct2kofzl
TIL that #react-query 'useSuspenseQuery' won't always throw errors. We use an error boundary to show a 404 page, but noticed that if you delete the resource in a different tab, no error is thrown, though a 404 response is received. It's because there was cached data. https://tanstack.com/query/latest/docs/framework/react/guides/suspense#throwonerror-default
2024-12-12T18:41:04.958Z