Remix.run Logo
brachkow 8 hours ago

I'm working on requested features for my social wishlist app https://thingstohave.app: image uploading, passkeys and more clear list organization UI. Everything is in polishing stage, and I hope to release these before June.

Big thing I made recently is moving it from SvelteKit to Hono + Inertia + Vue.

I like SvelteKit, but I was struggling with stability in active development periods, and writing proper tests was very hard due to mocking all the magic, especially outside trivial testing tools.

Now the whole app is straightforward Hono MVC with Vue powered UI. Logic is easy to test, and all UI states exposed in Storybook.

I wrote a custom adapter that makes Inertia run on Hono, and coincidentally same thing was released by Hono author itself as official module, which is great sign for adoption!

So, try Inertia – it is a best of both worlds. You write MVC backend as you like, and use modern JS frameworks for templates.

https://inertiajs.com/docs/v3/getting-started/index