Routing
Version 1 Demo
Basic Routes
routes
R
_index.tsx
R
about.tsx
Dot Delimeters
routes
R
concerts.trending.tsx
R
concerts.salt-lake-city.tsx
R
concerts.san-diego.tsx
Dynamic Segments
routes
R
movies.$movieName.tsx
R
movies.trending.tsx
Nested Routes
routes
R
actors._index.tsx
R
actors.$actorName.tsx
R
actors.trending.tsx
L
actors.tsx
Nested Without Layout
routes
R
actors._index.tsx
R
actors.$actorName.tsx
R
actors.trending.tsx
L
actors.tsx
R
actors_.favourites.tsx
Pathless Routes
routes
R
_auth.login.tsx
R
_auth.register.tsx
L
_auth.tsx
Optional Segments
routes
R
products.($lang)._index.tsx
R
products.($lang).$productId.tsx
R
products.($lang).categories.tsx
Splat Routes
routes
R
files.$.tsx
Special Characters
routes
R
sitemap[.]xml.tsx
R
[sitemap2.xml].tsx
R
weird-url.[_index].tsx
R
dolla-bills-[$].tsx
R
[[so-weird]].tsx
Folder Orgnanization
routes
Home
root.tsx
routes/index.tsx
Home Page