You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Waiting for this PR to be merged sergiodxa/remix-hono#297, wondering if it makes more sense to drop it as a dependency and move the routing adapter and staticAssets code to this plugin(it's not too much code) and routing adapter is already part of the codebase.
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
The text was updated successfully, but these errors were encountered: