T
TanStack3mo ago
foreign-sapphire

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
flat-fuchsia
flat-fuchsia3mo ago
what's the question here exactly? you can specify relative links
foreign-sapphire
foreign-sapphireOP3mo ago
I have highlighted with yellow color on one image above, I wanted to understand how these two paths "." , ".." are used
flat-fuchsia
flat-fuchsia3mo 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?