Hacker News new | ask | show | jobs
by angelmm 1272 days ago
At the backend side, it makes easy to build websites. However, the UI layer is a bit complex to integrate with common framework libraries like Vue and React.

Although, I still use it in some projects :)

1 comments

I'm not sure why you think it's difficult to integrate with Vue and React?

Maybe InertiaJS [0] would help.

[0] https://inertiajs.com/

OMG thank you! So many times I've wished for a nice way to leverage React UI components within Rails without the nuisance of APIs, client-side state, etc. This appears to fit that bill nicely.

Are there any glaring reasons one would not want to use this library?

Would you use this instead of Hotwire?