Add components using the latest version of Shadcn. This project uses TanStack Router. The initial setup is a file based router. Which means that the routes are managed as files in src/routes. To use ...
In my earlier blog post (you can read it here), we learned about the basics of Tanstack Router and created a simple app with code based routing approach, but we can also use file system based routing ...