webark/ember-component-css

Load CSS lazily / unload it after no longer used

Open

#23 geöffnet am 13. Apr. 2015

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (112 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (536 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We should have an option that allows the addon to dynamically require/load the CSS the first time a component is instantiated and potentially also unload it after every instance of it is removed. This will help prevent leakage and might even have some performance benefits?

Contributor Guide