Routing Skill This skill covers React Router 7 file-based routing in Storefront Next projects. Overview Storefront Next uses React Router 7 in framework mode with flat-routes file conventions. Route files live in and file names map directly to URL paths using dot ( ) separators for nesting. Route File Conventions File Name to URL Mapping | File Name | URL Path | Notes | |-----------|----------|-------| | | — | Layout route (wraps child routes) | | | | Home page (index of layout) | | | | Dynamic parameter | | | | Dynamic parameter | | | | Static route | | | | Layout for account pages | | | | N…