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: 11 months ago
JSON representation

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