aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Explore using web component technique to replace mutation observer #334

Open berenddeboer opened 3 years ago

berenddeboer commented 3 years ago

The technique described in this post could perhaps be used to replace the general mutation observer we have.

Not sure if the current approach is a performance bottleneck, but it seems this approach would not have a performance bottleneck.