Hacker News new | ask | show | jobs
by __oh_es 745 days ago
My thought was that there is too much focus on react when it comes to js development, and catering for interactivity via react adds complexity that often forces the react frameworks adopt. React frameworks are client state first and don’t have mechanisms to keep server state in sync without requiring loads of plumbing. I feel phoenix liveview solves this somewhat elegantly.

Mind elaborating on why react has nothing to do with this?

I appreciate your comment on htmx - I have yet to work with it on a larger scale.