remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
### What version of Remix are you using? 1.1.3 ### Steps to Reproduce 1. Install `uswds` NPM module 2. In `app/routes/index.tsx`, import an image with `import img from 'uswds/img/circle-124.png'` and...
### What version of Remix are you using? 1.2.3 ### Steps to Reproduce 1. Create a route with a loader that throws a redirect. To demonstrate the behavior, I'll directly...
### What version of Remix are you using? 1.4.1 ### Steps to Reproduce Create a Remix project (with the built in Remix server) with the following routes: index.tsx: ```tsx import...
### What version of Remix are you using? 1.1.3 ### What version of Node are you using? Minimum supported version is 14. 16.0.0 ### Steps to Reproduce 1. Create a...
It was necessary for CSPs before, then it was no longer necessary thanks to https://github.com/remix-run/remix/pull/2783, but then it became necessary again when this PR was merged: https://github.com/remix-run/remix/pull/2874 but the deprecation...
### What version of Remix are you using? 1.8.2 ### Steps to Reproduce See sandbox: https://codesandbox.io/p/sandbox/solitary-wave-1l0skr Failing test PR: https://github.com/remix-run/remix/pull/4994 1. Observe exit code 1 (remix crashes, premature close error)...
Because security please :)
### Discussed in https://github.com/remix-run/remix/discussions/4719 Originally posted by **sergiodxa** November 30, 2022 # Proposal Use `Component` named export instead of `export default` in route files. ## Background > [export default was...
Closes: #4733 - [ ] Docs - [x] Tests Testing Strategy: All existing tests are still passing. Since this is only performance-related, not sure of any new tests to add....
I probably shouldn't reopen this discussion with a PR, but it was a great opportunity to gain some insight into how Remix works and even if not landed it might...