react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
"createRouter is not a function" after updating to `@tanstack/react-router-ssr-query`
router.tsx
file
```
import { QueryClient } from "@tanstack/react-query";
import { createRouter } from "@tanstack/react-router";
import { setupRouterSsrQueryIntegration } from "@tanstack/react-router-ssr-query";...hot module reload not working?
ssr: false
but had no luck. And in the html source code i can see global hooks that are looking like they are there for the hot module reload ... but nothing gets updated.
...How to add custom unenv polyfills for cloudflare-module
@aws-sdk/client-s3
with cloudflare-module
preset.
I keep getting the error Error: [unenv] fs.readFile is not implemented yet!
at runtime, when I try to upload to/download from an S3 bucket or pre-sign URLs.
Does anyone have similar issues when deploying to Cloudflare? Or now how I can add custom polyfills (unenv/node/fs
in my case) on top of the default ones?
I already tried the following:
* Switching from cloudflare-module
to cloudflare-pages
following the TanStack Start docs for React (I'm using SolidJs)...How do I stop server code getting leaked to the client?
crypto
module, but based on my browser logs I am getting errors such as:
```
Uncaught (in promise) Error: Module "crypto" has been externalized for browser compatibility. Cannot access "crypto.createCipheriv" in client code
---
Uncaught (in promise) ReferenceError: Buffer is not defined...How to Dynamically Update the Page Title After Rendering
[ERR_MODULE_NOT_FOUND]: Cannot find module ... `esm` ... Did you mean to import ... `cjs` ...?
Content flash with useOptimistic and router.invalidate
useOptimistic
to optimistically update some data. But when I call router.invalidate()
(once the data has successfully been persisted), there is a brief flash.
Minimal example in the thread....Is installing Vite as a `dependencies` intentional?

Incremental Adoption Remix -> Tanstack
createServerFn POST vs GET
Centralized error handling
How to check if a server function has a certain middleware
How to handle environment variables
router.invalidate() and auth history navigation
/dashboard
2. The user navigates to /
3. The user signs out
4. The user history navigates back to /dashboard
...Localised routing? e.g. /en/pricing + /pl/cennik -> should be handled by single file of pricing.tsx
Basic HTTP Authentication
What is the tanstack way of doing loading? (Example: Next.js has loading.tsx)
How can I route app.website.com and website.com differently in the same TanStack Start app?
Cannot read properties of undefined (reading 'isDehydrated')! (tRPC)
