-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sarthak Ghoshal edited this page Nov 8, 2025
·
7 revisions
a router that uses folders and files to create routes for reactpy files (is used in the lilliepy framework)
- Regular Files (.x.py)
- Root Files (+root.x.py)
- Layout File (+layout.x.py)
- Not Found File (+not_found.x.py)
- Error Files (+error.x.py)
- Parallel Route Files ([email protected] & use_parallel())
- Slug Files (+[...].x.py)
- Query Files (+{...}.x.py)
- Protected Files (+<...>.x.py)
- Server Component Files (.server.x.py)
- API Route Files (.api.x.py)
- Markdown Route Files (.x.md & .md.x.py)
- Middleware File (+middleware.x.py)