DEV Community

Discussion on: Can CSS variables be watched, (need a smart cookie)

Collapse
 
wolfiton profile image
wolfiton • Edited

How about vuejs.org/v2/guide/computed.html#C...?

Vue is reactive and will also help you extend any features you might need in the future and has watchers for events.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Indeed the reactive idea is what I am looking for and Vue is the inspiration for what I am talking about, but this is a bit high level, I'm looking for probably MutationObserver