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
Dynamic Route Generation with TanStack Router for External Components
I aim to create a component that can be imported as a package and included in a route, which will then generate its own nested routes. For instance, when adding an editor component, it should automatically support the paths it comes with. Here is my typical setup using React Router: ...
Why does my form default value not re-render?
How can I design typesafe callback urls?
How to handle authentication (get session data)
Has anyone gotten TanStack Router/Start to work on Cloudflare Worker with bindings (NOT PAGES)
Nested layouts work in flat but not directory based syntax
Vitest renders App but not the Outlet content for "/"
Link + Pagination + Search Prop + Shadcn/UI
a
element from PaginationLink
with Link
from @tanstack/react-router
....
advice on filesystem routing
posts/
with a layout.tsx and then also index.tsx and $postId.tsx. not having everything post-related contained within the posts
directory itslef feels confusing to me.
Redirect from NotFound component
Multiple path params?
Using Tanstack Router with WebSockets
I'm having issue where useLoaderData returns undefined during SSR (Start)
Is naming files *.lazy.tsx for pages required for lazy loading ?
Having two similar views in the same app
An array of filter with same name. ?category=4&category=3
Display Error when Error in context RouteOption?
createFileRoute()
I have, I'm loading data from localstorage and putting the result in my route's context. How would I gracefully handle when the data in localstorage was corrupted and unparsable as JSON? Right now, my code throws a runtime error and my react app doesn't render. What I'd like to happen is the errorComponent be rendered.
```typescript
xport const Route = createFileRoute("/$sessionId/_wizard")({
component: RouteComponent,...Unexpected Behavior with Unused Server Function in TanStack Start
authenticateUserWithoutAPI
function in my code, even if I donβt call it in any beforeLoad or other route handlers, it causes problems like:
1. The Clerk sign-in component not rendering.
2. The TanStack Router dev tools disappearing....Yup adapter
yup
schemas? At work we're pretty bought in on yup (and its integration with formik), and I don't see us switching soon (even though it's definitely on my roadmap!).
If there is none, I will have to write it, so I guess my secondary question is: is there interest for this to be open source? Or even integrated to the tanstack org once we have it working?...Authentication
httponly
cookie with authentication token?...