chenglou/react-motion

Warn about children re-rendered on each animation step

Open

#232 opened on 2015年10月31日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,160 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (21,646 stars)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド