Hacker News new | ask | show | jobs
by xutopia 14 days ago
For the life of me I can't comprehend how people today start new projects and default to using React. Rails Hotwire, Phoenix Liveview, HTMX are all vastly faster and easier to maintain. I keep hearing people say that if you want a really complex UI you need React but to those people I answer with 2 points.

1) Most of these people don't realize that if a component on the page is so complex you probably have usability issues.

2) React doesn't need to control the entirety of the page. You can contain your complex React components within a web page.