Hacker News new | ask | show | jobs
by mattcarkci 4501 days ago
How do you define reactive programming?
1 comments

As a model in which you define dependencies among different changing variables, and any change in the value of a variable – which can happen at any time, even concurrently with other variable updates – triggers the re-computation of all dependent values.