webark/ember-component-css

Load CSS lazily / unload it after no longer used

Open

#23 创建于 2015年4月13日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (112 fork)github user discovery
help wanted

仓库指标

Star
 (536 star)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南