remix
                                
                                 remix copied to clipboard
                                
                                    remix copied to clipboard
                            
                            
                            
                        Build Better Websites. Create modern, resilient user experiences with web fundamentals.
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...
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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 - [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...