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 it possible to configure e.g. Hono so that Remix can integrate with lifecycle hooks like useFetcher, <Form /> etc.?
Building RESTful apis for internal use is quite difficult compared to Hono for example. Using a loader for GET requests and action for POST/PATCH/PUT/DELETE becomes quite complex and requires a lot more code to write or create individual files.
Is this something @kiliman is doing with the remix-express-vite plugin?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to configure e.g. Hono so that Remix can integrate with lifecycle hooks like useFetcher,
<Form />
etc.?Building RESTful apis for internal use is quite difficult compared to Hono for example. Using a loader for GET requests and action for POST/PATCH/PUT/DELETE becomes quite complex and requires a lot more code to write or create individual files.
Is this something @kiliman is doing with the remix-express-vite plugin?
Beta Was this translation helpful? Give feedback.
All reactions