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
But I am very tired of express. Not because it's slow, but because it has a lot of quirks. And when you start using Hono it's pretty frustrating to go back to express.
This package is extremely easy to integrate.
The instructions are very straight forward. But if you're struggling, I created a repo with ONE COMMIT JUST AFTER the create remix command has been called. This way you know exactly what to change in your current remix repo in order to support Hono.
You will know everything works once you succesfully passed the context to the loader.
PS: Remix is about to implement middleware quickly after react router v7, which will make it even easier for you to add hono middlewares. But I suspect it will be very easy for you to switch from react-router-hono-server to the native way of doing middlewares in remix.
The text was updated successfully, but these errors were encountered:
Like many of you, I want middlewares with remix. And we have a pretty good one in express : https://github.com/kiliman/remix-express-vite-plugin.
But I am very tired of express. Not because it's slow, but because it has a lot of quirks. And when you start using Hono it's pretty frustrating to go back to express.
This package is extremely easy to integrate.
The instructions are very straight forward. But if you're struggling, I created a repo with ONE COMMIT JUST AFTER the create remix command has been called. This way you know exactly what to change in your current remix repo in order to support Hono.
You will know everything works once you succesfully passed the context to the loader.
Implementation here: https://github.com/waynehamadi/remix-hono-implementation
The commit you need: waynehamadi/remix-hono-implementation@43a46ff
PS: Remix is about to implement middleware quickly after react router v7, which will make it even easier for you to add hono middlewares. But I suspect it will be very easy for you to switch from react-router-hono-server to the native way of doing middlewares in remix.
The text was updated successfully, but these errors were encountered: