remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
### What is the Change Upgrade vanilla extract from `6.0.1` to `6.0.2` ### Motivation for changes Version `6.0.1` of vanilla-extract uses `esbuild` version `0.11.16`. Version `6.0.2` of vanilla-extract uses `esbuild`...
### What version of Remix are you using? 1.11.0 ### Steps to Reproduce - run `npx create-remix@latest project-name` - select: `basic`, `typescript`, `netlify` and `n` so we can run **yarn**...
### What version of Remix are you using? latest ### Steps to Reproduce I installed an extension that modifies DOM such as Grammar Checker into my browser and tried to...
### What version of Remix are you using? 1.11.1 ### Steps to Reproduce I'ved make a simple repo for the reproduction of this problem: https://github.com/MajorTom327/remix-route-v2-tests The routes presents are: ```...
At Fastly we have created a runtime, a server adapter, and a template for running Remix on Fastly Compute@Edge. This PR adds support for settings `serverBuildTarget` to `fastly-compute-js`, which configures...
The current docs don't highlight that you can throw a redirect response. Also, it's not mentioned that throwing a `redirect` is different from throwing any other response (does not trigger...
### What version of Remix are you using? 1.7.1 ### Steps to Reproduce Update [email protected] to [email protected] (all relevant `@remix-run/`. - `npm install` - `npm run dev` - Open the...
- [ ] Docs - [ ] Tests Testing Strategy: I'm not really sure about how to automate testing this because it only adds an optional type. `npm run lint`...
Closes: # - [x] Docs - [x] Tests My preference would be to make `--debug` accept an optional value as described here: https://github.com/remix-run/remix/issues/4216#issuecomment-1253134476. However, I was not able to figure...
### Context Why is this important? [Screen reader users often rely on `title`'s to infer the content of a page.](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title#accessibility_concerns) And the `loader` is used to dynamically set the `title`...