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 - Create form using remix's Form component. - Add attributes `name="contact-form" action="/" method="post" className="w-full" data-netlify="true" ` ....
### What version of Remix are you using? 1.6.0 ### Steps to Reproduce Visit the following link in firefox https://signup.seminaire.com/join/happy-event-1 ### Expected Behavior tried in chrome, edge, safari, opera it...
### What is the new or updated feature that you are suggesting? [Cloudflare Workers has recently GA'd support for ES modules](https://blog.cloudflare.com/workers-javascript-modules/) and now uses this format as the default in...
### What version of Remix are you using? 1.8.0 ### Steps to Reproduce Install `@vercel/og` add the following line to your `remix.config.js`: `serverDependenciesToBundle: ['yoga-wasm-web', '@vercel/og', 'satori']` and run `npm run...
### What version of Remix are you using? 1.9.0 ### Steps to Reproduce 1. Create `tsconfig-base.json` to extends ```json { "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", "compilerOptions": { "target": "ES2019", "composite": false,...
### What version of Remix are you using? 1.9.0 ### Steps to Reproduce This happens with chrome extensions like 'Fair AdBlocker' and 'Grammer & Spell Checker' so i have tried...
## Progress - [x] RFC: https://github.com/remix-run/remix/discussions/5083 - [x] PR: https://github.com/remix-run/remix/pull/5229
Discussed in https://github.com/remix-run/remix/discussions/4950 Related proposal: https://github.com/remix-run/remix/discussions/2853 @ryanflorence to write more details in here for the API ## π₯ DOCS NEED TO BE CLEAR THIS WILL BREAK YOUR APP WITH AN...
### Discussed in https://github.com/remix-run/remix/discussions/4818 Originally posted by **mjackson** December 9, 2022 We should bundle everything we can in the production build of remix-dev. The current way it is built is...
Quick thoughts: We'll need an RFC with more details on this and probably don't want root to be optional. ### Discussed in https://github.com/remix-run/remix/discussions/4601 Originally posted by **mcansh** November 14, 2022...