Hacker News new | ask | show | jobs
by swah 5091 days ago
How do you work when you have two or more of those depending on each other?

Also, when a data value changes do you re-render the whole thing, of just the affected node?

1 comments

Don't think you can have dependencies.

It just updates the specified part (data-value updates the value, data-html updates the innerHTML etc)