-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 - React Router v7 #18
Conversation
commit: |
waiting for sergiodxa/remix-hono#297 |
Hi @rphlmr thank-you for Suggestion to unblock and improve maintainability I thought I'd share a first thought I had when I reviewed the code in this package and remix-hono, before I even looked at the issues and saw this one:
Reference: https://github.com/sergiodxa/remix-hono/blob/main/src/handler.ts I think adding yet another set of third-party dependencies, maintainers, etc. adds unnecessary risks for what amount to a few lines of code, especially where those lines are so critical for this package to succeed in its purpose. I think that this early PR being blocked is an early warning about future challenges to come. The collection of exports in remix-hono while insightful are all very succinct and ripe to copy as needed. By all means I agree to give credit where credit is due for remix-hono and sergiodxa in the README, along with mention of some of the other exports that might potentially be useful to some :) Thanks again for creating this repo :) |
Thank @firxworx! Let's do this, of course, with credits. |
Okay, there is an issue with the virtual module. It seems it only works for local code and not a library. Node resolves it before Vite or something like that. |
Okay, let's try a new approach: a Vite plugin! |
V2 Release for React Router 7
Description
This is a "soft" breaking change:
@remix-run
dependency becomesreact-router
.No API changes.