chenglou/react-motion

Warn about children re-rendered on each animation step

Aberta

#232 aberto em 31 de out. de 2015

 (0 comentário) (0 reação) (0 responsável)JavaScript (1.160 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (21.646 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador