Hacker News new | ask | show | jobs
by paulddraper 239 days ago
There is no notion of components in the DOM (or at least there wasn’t, until after React), so there’s no sense of data flow.

There is a DOM tree, but parents don’t pass data into or receive events from children.