Colman
How would you pick between Hono + Client Components vs Hono + React (and with or without HonoX)?
I'm using Hono currently along with Datastar, which has been conceptually great but Datastar is just maybe one tick too immature for my current needs.
Hono has been great, so I want to stick with that. Our team knows React reasonably well, so we're leaning that way (and client components would fit just fine), but we're not tied to it.
It seems that we have a few choices:
- use Hono + Client Components
- use Hono + React
- either with or without HonoX
What would you consider the main relevant dimensions to make this choice?
We're a small team if that matters. The site isn't super complex, but some parts definitely benefit from reactivity. In some cases, we solve some problems with custom events + listeners, but in other places, that's not quite enough.
11 replies