Hacker News new | ask | show | jobs
by d3nj4l 1730 days ago
To some extent, you can do what you’re talking about with Rails using ViewComponent and Stimulus. ViewComponent allows you to write reusable components in Rails. I’m using it in a project and it’s nice, but not perfect.