We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi tnx for greate package , assume we have :
app/routes ├── servers+ │ ├── $serverName.jsx │ ├── index.jsx
should not $serverName.jsx have layout of server+/index.jsx file ? because if I want to I should do this :
$serverName.jsx
server+/index.jsx
app/routes ├── servers.jsx ├── servers+ │ ├── $serverName.jsx │ ├── index.jsx
The text was updated successfully, but these errors were encountered:
If you're using hybrid routes, the layout route is _layout.tsx
_layout.tsx
servers+/_layout.tsx => servers.tsx
Sorry, something went wrong.
No branches or pull requests
hi tnx for greate package ,
assume we have :
should not
$serverName.jsx
have layout ofserver+/index.jsx
file ?because if I want to I should do this :
The text was updated successfully, but these errors were encountered: