Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouad/routing-for-the-modern-frontend
https://github.com/fouad/routing-for-the-modern-frontend
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fouad/routing-for-the-modern-frontend
- Owner: fouad
- Created: 2023-12-15T02:47:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T03:00:14.000Z (about 1 year ago)
- Last Synced: 2025-01-21T00:14:54.596Z (18 days ago)
- Language: JavaScript
- Homepage: https://routing-for-the-modern-frontend.pages.dev
- Size: 9.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Routing for the Modern Frontend
Short talk covering routing for modern frontend applications.
**Takeaways**
1. Handle requests close to your users (compute at edge)
1. Use the right tool for the job (framework-defined infrastructure)
1. Reduce wait times with streaming (AI)- [View Slides →](https://routing-for-the-modern-frontend.pages.dev)
- [View Markdown →](./routing-for-the-modern-frontend.md)**Development**
```
npx reveal-md routing-for-the-modern-frontend.md -w
```**Production**
```
npx reveal-md routing-for-the-modern-frontend.md --static
```