Replies: 1 comment 1 reply
-
You would need a deeper integration as you need to be able to only call loader + SSR, only the loader and only some loaders Hono also doesn't have a concept of nested routes, so you will need to register a Hono route per full url which should include every RR route that match that URL, duplicating some code And all of this would need to be deeply integrated with Hono, to support other HTTP server you would need another integration per server, current implementation works on any HTTP server that can be adapted to Request and Response objects |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I was wondering if we can just convert
routes
to a hono app, registering routes known fromroutes
as endpoint instead of a catch allI think this would make react-router only(almost?) frontend library and would simplify things
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions