remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
### Reproduction Generate a remix site with the cloudflare template: ``` pnpx create-remix@latest --template remix-run/remix/templates/cloudflare ``` The site should deploy just fine. If you run `pnpm run build && pnpm...
### Reproduction Had invalid default import for `isbot`, which was failing in `entry.server.ts`: ``` import isbot from "isbot"; export default async function handleRequest( request: Request, responseStatusCode: number, responseHeaders: Headers, remixContext:...
### What version of Remix are you using? 1.14.0 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce Take this...
### Reproduction First of all, I know that's it could be the issue with @nx/remix runner, but if not might be can help me here? 1. Navigate to the project...
### Reproduction https://stackblitz.com/edit/remix-run-remix-8krpix here's a working example of using only react https://codesandbox.io/p/sandbox/wizardly-villani-r74flx ### System Info ```shell System: OS: macOS 14.3.1 CPU: (10) arm64 Apple M1 Max Memory: 2.77 GB /...
### Reproduction 1. Go to for example [daffy.org](daffy.org) (it happened in my app as well, both are remix based) 2. Try refreshing the page a few times to see the...
### Reproduction 1. Create an empty project `npx create-remix@latest --template remix-run/remix/templates/express` 2. Install sass `npm install -D sass` 3. Run dev server `npm run dev` 4. Create file "Test.module.scss" with...
### Reproduction the API Surface in Remix should be guessable. ### System Info ```shell N/A ``` ### Used Package Manager pnpm ### Expected Behavior ActionFunction ActionArgs Loaderfunction LoaderArgs MetaFunction MetaArgs...
### Reproduction When building with vite, a report is generated: ``` remix vite:build vite v5.2.6 building for production... ✓ 78 modules transformed. lib/client/.vite/manifest.json 0.87 kB │ gzip: 0.31 kB lib/client/assets/root-DRAKfHZW.js...
### Reproduction https://stackblitz.com/edit/remix-run-remix-ajdepa?file=app%2Froot.tsx ### System Info ```shell System: OS: Linux 5.15 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish) CPU: (24) x64 13th Gen Intel(R) Core(TM) i7-13700KF Memory: 8.98 GB /...