Hacker News new | ask | show | jobs
by preciz 1262 days ago
I'm working on a medium sized LiveView project now.

The leex to heex change was 1 day for us and the benefits were immediately worth it. (HTML auto formatting and validation, better syntax). Components were a thing before heex, I wouldn't say they are taking center stage now, there is no rewrite required there, you either use Component, LiveComponent or LiveView. When to use which is very simple as the their name indicate.

1 comments

Thanks for linking this, we use LiveViews, we have only a few controllers.