logoalt Hacker News

frollogastonyesterday at 10:44 PM1 replyview on HN

This is kinda what I was expecting, but there is a whole library handling it for you. I just noticed the article mentions LiveView which probably does something similar.


Replies

x0x0today at 12:05 AM

Yeah, there definitely is a library here. It is a small library: ~5 klocs. In part because it just does (a lot less) than React and leans more on working with the browser instead of a shadow dom, etc.

The downside is it does less than react. You will mostly have to keep the reactivity dependency tree in your head. Huge win for most b2b apps; A+ for internal admin pages; solid A for config pages in almost all apps; not a great fit for (parts of) highly reactive b2c apps.