Hacker News new | ask | show | jobs
by void_mint 1719 days ago
> Personally, I think React is a bloated choice if you’re going to use both LiveView and JavaScript. In cases where I use both, I typically use a small framework like AlpineJS or vanilla JavaScript for client-side-only changes.

Good to know! That's probably why this boilerplate generator only has a handful of (what I think are) smaller JS libs and not Vue/React?

1 comments

Yep. What your parent poster said is the accepted common wisdom in the Elixir Phoenix circles.