confused about TS intellisense for routes in my app
I am exploring tanstack router for a project and I am seeing these two suggestions in my editor which I am not sure if its valid or not.
I can also say that this happened when I added dedicated route file in (app) and (auth). I wanted different layout for both directories. Can someone validate if I am on right track?


3 Replies
flat-fuchsia•3mo ago
what's the question here exactly? you can specify relative links
foreign-sapphireOP•3mo ago
I have highlighted with yellow color on one image above, I wanted to understand how these two paths "." , ".." are used
flat-fuchsia•3mo ago
Navigation | TanStack Router Solid Docs
Everything is Relative Believe it or not, every navigation within an app is relative, even if you aren't using explicit relative path syntax (../../somewhere). Any time a link is clicked or an imperat...