Framework-Defined Infrastructure
Deploy Remix without limits on Vercel

Deploy Remix without limits on Vercel

3/22/2023

What this post added

This post introduces an advanced integration for Remix on Vercel, enabling streaming SSR with both Node.js and Edge runtimes on a per-route basis. It details how Remix applications can leverage Vercel's caching capabilities with headers like `stale-while-revalidate` and `stale-if-error`. The integration abstracts away runtime-specific needs, allowing `@vercel/remix` to replace `@remix-run/node` for a more streamlined experience. It also highlights the use of `defer()` and `<Await>` for dynamic content streaming and the potential for sub-100ms latency for dynamic server-rendered pages.

Read the original post ↗