remix icon indicating copy to clipboard operation
remix copied to clipboard

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

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

This PR enables support for users to include "native" (`.node`) modules into their server bundles (when using NodeJS). Libraries like `sharp` (awesome for for image processing) are written in a...

CLA Signed
package:dev

This PR removes express as a dependency from the "express" handler (using only vanilla `http` module). This allows the handler to be used by any "express like" router (like polka)...

CLA Signed
adapter:express

Closes: #4544 - [ ] Docs - [x] Tests ## TODO - [ ] can we get rid of the `fakeBuiltins` check introduced in https://github.com/remix-run/remix/issues/190 ?

CLA Signed
package:dev

### What version of Remix are you using? 1.11.0 ### Steps to Reproduce `npx create-remix@latest` Switch to V2 routing, and run `remix routes` ### Expected Behavior After the 1.11 update,...

feat:routing
bug:unverified

made this before making a proposal like a dummy, but it's something we've talked about a bit internally proposal here 👉 https://github.com/remix-run/remix/discussions/4601 Signed-off-by: Logan McAnsh Closes: # - [ ]...

CLA Signed
package:dev
template:cloudflare-pages
template:deno

### What version of Remix are you using? 1.4.1 ### Steps to Reproduce Submit a form from useFetcher ```typescript import type { ActionFunction } from '@remix-run/node'; import { redirect }...

bug
awaiting release
feat:scroll

Reproduction case for issue: https://github.com/remix-run/remix/issues/1757 To run: ``` yarn bug-report-test ``` Failure is either an error where javascript complains about `default` missing from an object, or a url not matching...

CLA Signed

### What version of Remix are you using? 1.11.1 ### Steps to Reproduce Test repository: [https://github.com/akun2333/remix-netlify](https://github.com/akun2333/remix-netlify) Deploy demo: [https://superlative-chimera-88b2c1.netlify.app/](https://superlative-chimera-88b2c1.netlify.app/) ### Expected Behavior Normal route matching ### Actual Behavior The access...

feat:routing
bug:unverified

Closes: #4395 - [ ] Docs - [ x] Tests Testing Strategy: This test covers this code: packages/remix-node/__tests__/fetch-test.ts `it("should return an instance of Response and WebResponse"`

CLA Signed
runtime:node

Setting esbuild [platform](https://esbuild.github.io/api/#platform) to "browser" for Cloudflare and Deno to fix errors with using various libraries on those platforms. Closes: #3120, https://github.com/algolia/react-instantsearch/issues/3547 For additional context, this setting was originally set...

CLA Signed
package:dev