Skip to content

Pathless route help #61

Closed Answered by Klukies
Klukies asked this question in Q&A
Jul 18, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

@kiliman I managed to figure out the paths based on your suggestions so thanks for that!
Some quick explanation bellow regarindg my intentions so it's clear for future documentation.
Basically my routes regarding payment look like this:

payment/
├─ index.tsx
payment+/
├─ pay-with-xtra/
│  ├─ call-to-action/
│  ├─ call-to-action.download-the-app/
│  ├─ index/
│  ├─ pay-with-xtra/
│  ├─ pay-with-xtra+/
│  │  ├─ _index._layout/
│  │  │  ├─ components/
│  │  │  ├─ hooks/
│  │  │  ├─ tests/
│  │  │  ├─ index.tsx
│  │  ├─ _index.address/
│  │  ├─ _index.index/
│  │  ├─ _index.phone/
│  │  ├─ history/
│  │  ├─ history.filter/
├─ seamless-pay/
<Routes>
  <Route file="root.tsx">
    <Route path="p…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@kiliman
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Klukies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants