# Advanced Remix integration with streaming SSR and multi\-runtime support

**Published:** March 22, 2023 | **Authors:** Nathan Rajlich, Ethan Arrowood

---

> **Note:** This changelog entry is historical. Edge Functions are deprecated for new projects. Use [Vercel Functions](https://vercel.com/docs/functions) with the Node.js runtime and [Fluid compute](https://vercel.com/docs/fluid-compute). Use [Routing Middleware](https://vercel.com/docs/routing-middleware) for request-time routing before a response completes.

Deploy your Remix application on Vercel with advanced support for:

- **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 caching headers like `stale-while-revalidate`
- **Data Mutations: **Run `actions` inside Vercel Functions

Check out [our blog](https://vercel.com/blog/vercel-remix-integration-with-edge-functions-support) to learn more about how Vercel enhances the Remix experience.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)