All Questions
1 question
4
votes
1
answer
256
views
JS design pattern/algorithm for avoiding duplicate redraws in a fairly coupled system
Given:
some sort of widget based web app
lots of JS functionality
high coupling (communication/callbacks between widgets)
widgets draw themselves
certain widgets need to do a complete and fairly ...