Is data binding or event handling of Vue.js associated with Observer pattern of Design Pattern?
I listened from my co-worker. He said Frontend-framework's data binding or event handling is associated with Observer Pattern. He also said 'If you wanna know about two-ways-binding, I think you should research observer-pattern'
Is data binding or event handling of Vue.js associated with Observer pattern of Design Pattern?
I listened from my co-worker. He said Frontend-framework's data binding or event handling is associated with Observer Pattern. He also said 'If you wanna know about two-ways-binding, I think you should research observer-pattern'
Share Improve this question edited May 8, 2017 at 6:15 Lutece asked May 8, 2017 at 5:39 LuteceLutece 1271 gold badge1 silver badge6 bronze badges1 Answer
Reset to default 11Vue's Reactivity system is definitely an example of the Observer Pattern:
https://v2.vuejs/v2/guide/reactivity.html