|
|
|
|
|
by trailrunner46
2133 days ago
|
|
Yes, Abinsthe is quite incredible! I have used it with react and vue and had some success. However lately whenever liveview is the right fit I find myself fist pumping all over the place. Something magically about writing most of your code in elixir and only sprinkling JS when needed. Your site is very ui heavy so I imagine it needs to have a lot of js strictly client side so a SPA makes sense (I just find the mental overhead of having to deal with a js framework front end and a elixir backend tricky). |
|
LiveView is incredible, but I haven’t used it enough to know the shortcomings. From the outside looking in, it does seem nice to work with a view that’s already nicely coupled with the app.