masked subroute in file based routing
i have an / (index.tsx) route in my tanstack start project. i want to set up a masked route, something like
i can't seem to figure out how to set it up as a sub route (
/filters or /?show_filters that shows the filter drawer. however, i want to mask the route. https://tanstack.com/router/latest/docs/framework/react/guide/route-maskingi can't seem to figure out how to set it up as a sub route (
index.filters.tsx has router set the path to /index/filters)Route masking is a way to mask the actual URL of a route that gets persisted to the browser's history and URL bar. This is useful for scenarios where you want to show a different URL than the one that...
