logoalt Hacker News

recursiveyesterday at 3:55 PM1 replyview on HN

Only react "solves" that. In vue component setup only runs during mount. Update is not a thing in the way react has it.


Replies

shoolyyesterday at 4:36 PM

The point is that there's only one template and DOM is derived from that template. This concept is the same in both Vue, React and other popular component-based UI frameworks.