-
I migrated the app to remix.
However I think the create/edit pages are not working yet. Will work on those next.
patdx updated
1 month ago
-
First of all, nice work overall, it's simple & efficient, worked on my stacks until now. For a new project, I use Remix and they are introduction vite to bundle everything in their latest version. Whe…
-
### Reproduction
I’ve noticed that in the latest Remix release, v2.13.1, `v3_lazyRouteDiscovery` does not respect Vite’s `base` configuration.
After looking into the source code, it appears tha…
-
Hi There - I'm sorry, I'm not sure how to replicate this in your code sandbox. I have a suspicion that this somehow relates to Remix and SSR, but can't get to the root of it.
Basically, the form,…
-
### Reproduction
This is reproducible on any latest Remix project (sorry for not providing an exact repo, there is literally nothing specific to the app).
1. Open `vite.config.ts`.
2. Put a `c…
-
List of resources to add:
- [X] React
- [X] Vue
- [X] Next.js
- [X] Nuxt
- [X] TanStack Query
- [X] Drizzle ORM
- [X] Prisma
- [X] Svelte
- [X] Hono
- [ ] TailwindCSS
- [ ] NestJS
- [ ] Payload
- [ ]…
-
### Reproduction
1. Set ABORT_DELAY to longer than 5 seconds (I used 120 seconds);
2. Create a loader that returns a promise that takes more than 5 seconds to resolve (I used 5.5 seconds); and
3.…
-
Now that React-Router v7 is released and is the de-facto version 3 of Remix, will you adopt this template to work with RR v7?
-
### Describe the Bug
I'm using Vite with Remix. For some reason, images that are imported in the `app` directory are optimized, but images in the public directory or not, even when `includePublic` tr…
-
### Description
This ticket is about supporting React Router v7 as a full meta-framework: https://reactrouter.com/start/framework/installation
This includes full instrumentation for both client and…