chenglou/react-motion

Warn about children re-rendered on each animation step

开放

#232 创建于 2015年10月31日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (1,160 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (21,646 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

That probably fits nicely with #37 though the difference is whether we can warn developer of delays in runtime. Sort of basic profiling with a recommendation to split animated container from non-animated functional children subtree if we can detect delays and huge number of re-renders.

Not quite sure how technically do that (yet), but could take similar to react-hot-loader approach.

贡献者指南