URLは基本的により左にある階層で大まかなジャンルを表し、右側で具体的な内容・同紙などを表す
- /
- /content
- /content/create
- /content/<id>
- /content/<id>/result
- /content/<id>/run
- /login
- /user
- /user/create
可変パス
- /user/<user_id>
- /user/userA
- /user/<user_id>/profile
- /user/userA/profile
- /content/<token>
- /content/77uaaz8fPwVzFD8aPyxGPzIaPx15PwhGPz8vOT9faz9vDQob
bad route
- /<uid>
- /profile
/profileにアクセスした際に1番へルーティングされてしまうことがあるため良くない
余談
知り合いに教える機会があったため書いてみました