logoalt Hacker News

MrJohztoday at 11:06 AM0 repliesview on HN

With push-pull, assuming you set up the dependency chain on pull, you need an initial pull to give you your initial values and wire up the graph, and then every time an update comes in you use the push phase to determine what should be changed, and the pull phase to update it consistently.