remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
### What version of Remix are you using? Latest ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce I opened...
👋 Hey, after testing the vite cloudflare template and deployed it I found some minor issues. It took me maybe 2 hours to find out to set Cloudflare settings 'Build...
…equests While implementing file uploads in a Cloudflare app, I discovered that `await request.blob()` would often hang on larger files. By testing a lot of combinations of remix+wrangler, I discovered...
This eases the migration path of `RouterProvider` to Remix SPA Mode by allowing folks to lift their current `routes` and pass them to `RemixBrowser` instead of _needing_ to go to...
### Reproduction Go to https://stackblitz.com/edit/remix-run-remix-b7fgeb?file=__tests__%2Fexample.spec.tsx and run `npx vitest` to see the error. Regular unit tests run fine, problem appeared when integrating component testing with `@testing-library/react` (which in turn required...
### Reproduction Sometimes I get this error for `yarn dev` or `yarn remix vite:dev` or `yarn remix vite:dev --force` even on the most basic project, for example with `npx create-remix@latest...
### Reproduction https://github.com/WillSmithTE/grunge-test-2 https://19przkzqw9.execute-api.us-west-2.amazonaws.com 1. open the app above 2. open the whistler blog 3. infinite refresh because "Initial URL does not match URL at time of hydration" This is...
### Reproduction code in question exists here: https://github.com/remix-run/remix/blob/b6377ce479e26633afb8aade6e2ff51d756a7f0f/packages/remix-react/links.ts#L274-L289 ### System Info ```shell on Mobile Safari 15.2 I'm seeing in sentry logs: null is not an object (evaluating 'document.head.appendChild') ``` ###...
### Reproduction Open the link and run `npm run build` in terminal, the build outputs a lot of warnings. ``` [plugin:vite:resolve] [plugin vite:resolve] Module "node:crypto" has been externalized for browser...
### Reproduction From the base vite project: https://github.com/jakearchibald/remix-empty-js-bug/commit/4b1a7cffb277755cf7850de7718065a70f7cd36a Then `npm run build` ### System Info ```shell System: OS: macOS 14.3 CPU: (8) arm64 Apple M1 Pro Memory: 82.94 MB /...