remix
remix copied to clipboard
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
chore(templates): update cloudflare templates to support streaming and `defer` in entry.server.tsx
The `cloudflare-pages` and `cloudflare-workers` templates had been updated to React 18, but do not currently support streaming responses and `defer`. This PR: - Updates those templates to do so. Now...
esbuild works correctly on this version of Build Output API, it bundles the correct binary, or something like that. I discovered this problem when I tried to deploy my blog...
Closes: https://github.com/remix-run/remix/issues/3724 - [ ] Docs - [ ] Tests Testing Strategy: - To reproduce this bug I only need to add a `` to a page and then modify...
### What version of Remix are you using? @latest 1.11.1 ### Steps to Reproduce npx create-remix@latest remix-test Just the basics Vercel Typscript Install? Yes cd remix-test npm run dev Node...
### What version of Remix are you using? 1.11.1 ### Steps to Reproduce If the object returned from the loader includes a `data` key, the type inference returns only the...
As discussed in the second roadmap livestream --- Follow-up of #4841
As discussed in the second roadmap livestream --- Closes #3556
Closes: #4183 - [ ] Docs - [ ] Tests Testing Strategy: I had a hard time creating tests for this, see #4183 to reproduce this.
### What version of Remix are you using? 1.5.1 ### Steps to Reproduce I have a Remix Form that submits a `GET` request to a UI-route's loader function, which can...
### What version of Remix are you using? 1.2.3 ### Steps to Reproduce - Go here https://codesandbox.io/s/github/remix-run/remix/tree/main/examples/search-input - Type "breaking" in the input - Press Enter - Add " bad"...