Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    cccbdcca
    fix: embrace the reactivity · cccbdcca
    Konrad Mohrfeldt authored
    Making imperative DOM API calls to apply CSS classes is
    counter-productive when using a reactive frontend framework like Vue.
    DOM attributes should instead be assigned based on reactive data.
    
    fixes #117 and #118.
    cccbdcca
    History
    fix: embrace the reactivity
    Konrad Mohrfeldt authored
    Making imperative DOM API calls to apply CSS classes is
    counter-productive when using a reactive frontend framework like Vue.
    DOM attributes should instead be assigned based on reactive data.
    
    fixes #117 and #118.