T
TanStack6mo ago
deep-jade

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?
No description
No description
3 Replies
other-emerald
other-emerald6mo ago
what's the question here exactly? you can specify relative links
deep-jade
deep-jadeOP6mo ago
I have highlighted with yellow color on one image above, I wanted to understand how these two paths "." , ".." are used
other-emerald
other-emerald6mo 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...

Did you find this page helpful?