Allows for full app routing that uses:
- React Server Components
- Streaming
Routing Conventions
- All routes must be placed in
app
folder - Every file corresponding to a route must be named
page.js
orpage.tsx
- Each folder corresponds to a path segment in the url