chenglou/react-motion

Warn about children re-rendered on each animation step

Open

#232 geöffnet am 31. Okt. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (21.646 Stars) (1.160 Forks)batch import
enhancementhelp wanted

Beschreibung

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.

Contributor Guide