Slide 14
Slide 14 text
Remix(SPA mode): ファイルベースルーティング
● ファイルベースルーティングの命名規則が少し複雑なので、 URLのパターンから`Route`コンポーネ
ントを自動生成するツールを作成しました
○ https://github.com/soartec-lab/plop-create-remix-route
● `users/:id/posts/:id`の様に指定すると、それにマッチするファイル
`app/routes/users.$id.posts.$id/route.tsx`を作成します
引用:https://github.com/soartec-lab/plop-create-remix-route