Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianroming/remix-edge-functions
https://github.com/sebastianroming/remix-edge-functions
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastianroming/remix-edge-functions
- Owner: sebastianroming
- Created: 2023-04-26T08:56:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-04T06:22:48.000Z (over 1 year ago)
- Last Synced: 2024-12-10T15:37:12.928Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://remix-edge-functions-nine.vercel.app
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix on Vercel Edge Functions
This is a demo of Remix running on Vercel Edge Functions (https://remix-on-the-edge.vercel.app/).
- Streaming SSR: Dynamically stream content with both Node.js and Edge runtimes
- API Routes: Easily build your serverless API with Remix and a route `loader`
- Advanced Caching: Use powerful cache headers like `stale-while-revalidate`
- Data Mutations: Run `actions` inside Serverless/Edge Functions