webark/ember-component-css

Load CSS lazily / unload it after no longer used

Open

#23 aberto em 13 de abr. de 2015

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (112 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (536 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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?

Guia do colaborador