Hacker News new | ask | show | jobs
by flakeoil 1272 days ago
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/

2 comments

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?