remix
                                
                                 remix copied to clipboard
                                
                                    remix copied to clipboard
                            
                            
                            
                        Build Better Websites. Create modern, resilient user experiences with web fundamentals.
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...
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)...
Closes: #4544 - [ ] Docs - [x] Tests ## TODO - [ ] can we get rid of the `fakeBuiltins` check introduced in https://github.com/remix-run/remix/issues/190 ?
### 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,...
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: # - [ ]...
### 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 }...
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...
### 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...
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"`
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...