I’m devoloping an CRM like project and I’m pretty new to Elixir, the experience so far is great but I see myself spending more time one UI components compared to UI frameworks like React. I am considering to simplify the UI work with Phoenix if Alpine is still a good choice for it.
I’m trying to stay native as much but I’ve seen PinesUI which i is really similar to shadcn in visual terms which uses Alpinejs
I see that PETAL was relative for like 1-2 years ago, my question is should I include Alpine in my project ? Or did JS interoperability improved since the stack came around and there is no need for alpine for easy client-side interactions.
I did build a few simple components with hooks & css and it was not hard at all but I don’t want to miss another world.
Thanks !