remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
References #4420 - [x] Docs - [x] Tests Ensure `` behaves the same with and without JavaScript. Although native forms don't support PUT/PATCH/DELETE, we can emulate them by doing a...
**Note: I have two proposals on how we can fix the submitter serialization bugs. The other approach is [here](https://github.com/remix-run/remix/pull/4475).** Bring `` submissions in line with the spec with respect to...
**Note: I have two proposals on how we can fix the submitter serialization bugs. The other approach is [here](https://github.com/remix-run/remix/pull/4474).** Bring `` submissions in line with the spec with respect to...
### What version of Remix are you using? @remix-run/node:0.0.0-experimental-9b7f37c9a, @remix-run/react:0.0.0-experimental-9b7f37c9a ### Steps to Reproduce I am using node v18.12.0, also tried using node v16.2.0. Using WSL 2 on Windows 11....
Bring `` submissions in line with the spec with respect to File entries in url-encoded payloads: send the `name` as the value. - [x] Tests References: #4342 Spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#convert-to-a-list-of-name-value-pairs
Closes: #1898 - [ ] Docs - [x] Tests Testing Strategy: I copied a failing test to show that multiple routes pointing at a single route module get overwritten from...
### What version of Remix are you using? 1.7.0 ### Steps to Reproduce Inside an action, redirect with a 307 status code. For example: ```js throw redirect(request.url, { status: 307,...
### What version of Remix are you using? 1.7.2 ### Steps to Reproduce We updated our app to version 1.7.2 from 1.6.8 yesterday. There seems to be an issue, both...
### Which Remix packages are impacted? - `remix` (Remix core) - `@remix-run/react` - `@remix-run/serve` ### What version of Remix are you using? 1.1.3 ### What version of Node are you...