Hacker News new | ask | show | jobs
by dsiegel2275 1373 days ago
We have had success in migrating away from React, and in fact away from client-side code altogether by building more and more of the UI of our Elixir/Phoenix backed application in Phoenix LiveView. There are still some parts of system that really need to be client-side code powered (a WYSIWYG HTML editor, for example) but now our default choice for new UI is LiveView.
1 comments

Same here - we've been much more productive on the development side with LiveView than with our previous React iteration.