chenglou/react-motion

Warn about children re-rendered on each animation step

Open

#232 aperta il 31 ott 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (1160 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (21.646 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor