yusukebe / hono-remix-adapter

Hono <-> Remix Adapter
https://www.npmjs.com/package/hono-remix-adapter
145 stars 6 forks source link

Support for react-router v7 #20

Open barakcodes opened 5 days ago

barakcodes commented 5 days ago

Thank you for the awesome package.

Is there any plan for supporting react-router v7, once that is out? Since it's a different package name, not sure which route will be better keeping the current package and maybe a new package specifically for react maybe hono-react-router-adapter or something else.

I tried to make it work with the workers template, it didn't take too much work but nothing has been tested substantially just that it builds and runs. https://github.com/barakcodes/hono-remix-adapter/tree/react-router-only