remix icon indicating copy to clipboard operation
remix copied to clipboard

Build Better Websites. Create modern, resilient user experiences with web fundamentals.

Results 562 remix issues
Sort by recently updated
recently updated
newest added

shout out to [@jrestall](https://github.com/jrestall/remix-stubs) for the initial plumbing, we were both working on this concurrently and came up with similar implementations for todays Remix on React Router 6.3 - I'm...

CLA Signed

Closes: #4480. `defineConventionalRoutes` was repeatedly running `.filter` and `.find` against the list of routeIds to find parents, which was causing an exponential slowdown in larger projects. This update first generates...

CLA Signed
package:dev

### What version of Remix are you using? 1.7.4 ### Steps to Reproduce I had posted an issue #4534, and from that I made a few path changes to the...

bug:unverified

### What version of Remix are you using? 1.7.5 ### Steps to Reproduce Initialize the project. ```bash npx @remix-run/[email protected] create ./remix-symlink # ? What type of app do you want...

feat:routing
bug:unverified

### What version of Remix are you using? 1.7.4 ### Steps to Reproduce I have a remix app and I want to containerize it using Docker and to serve the...

bug:unverified

### What version of Remix are you using? 1.7.0 ### Steps to Reproduce Bundle Remix app and start `wrangler pages dev` ### Expected Behavior no warnings. ### Actual Behavior Warnings...

adapter:cloudflare-pages
bug:unverified

### What version of Remix are you using? 1.7.5 ### Steps to Reproduce Start a new base project with remix + cloudflare, and add prisma. This bug is related to...

bug:unverified

### What version of Remix are you using? 1.7.5 ### Steps to Reproduce I have created a simple example monorepo that shows this problem. I may be doing something wrong...

bug:unverified

### What version of Remix are you using? 1.7.5 ### Steps to Reproduce I am wondering if there is a documentation issue related to watchPaths. In my effort to get...

docs
bug:unverified

- [ ] Docs - [x] Tests I recently upgraded Remix from v1.4.3 to v1.7.5 on one of my projects. Since the update, LiveReload _sometimes_ didn't work properly on Firefox...

bug
CLA Signed