remix icon indicating copy to clipboard operation
remix copied to clipboard

Build Better Websites. Create modern, resilient user experiences with web fundamentals.

Results 21 remix issues
Sort by recently updated
recently updated
newest added

Since Vercel supports image optimization out of the box, it would be really great to see a progressively enhanced image component for remix that uses Vercel's image optimization, and falls...

Hello, I am using `@vercel/og` with Remix and deploying to Vercel. I found an error in the production environment and am reporting it. The version of Remix I am using...

I have encountered an issue while using useFetcher in Remix. When utilizing useFetcher for a route configured to run on the Edge Runtime, the route is successfully called. However, when...

The change in this PR exports the new `unstable_data` function of Remix v2.11.0 from `@remix-run/server-runtime` so that it is available to import from `@vercel/remix`.

In my Remix project - I have the following file structure: ``` _marketing._index _marketing.blog ... auth auth.sign-in._index ``` Remix (without the Vercel preset) correctly infers that the index page should...

- Similar the the Cloudflare preset maintained by remix team, it would be great if the vercelPreset could also accept the `getLoadContext` function so that the all loaders can get...

Hi there. I am trying to get Vercel to upload some static files that are referenced at runtime, and to do so it seems that my only option is to...

Latest commit: https://github.com/remix-run/remix/commit/5954ad1520e921483fbe07f5995c6f9d92e7a37b ## How to resolve Pull from the upstream repo: ``` git pull https://github.com/remix-run/remix.git main ``` There will be a merge conflict, which needs to be resolved manually....

Hi @TooTallNate can you cut a new release please?

I have a Remix application deployed on vercel with the following header configuration ``` export const headers: HeadersFunction = () => ({ 'Cache-Control': 'public, max-age=0, s-maxage=600, stale-while-revalidate=60', Vary: 'Accept-Encoding, User-Agent',...