Did that flicker or was it just me?

by Kate Mashokha and Joe Hsu

The Problem: Expander

Debugging the Issue

Tools

Chrome Developer Tools

  • Elements inspector
  • paint flashing

React Developer Tools

  • inspect what components are being used
  • view rendering
  • inspecting TransitionGroup

CSSTransitionGroup

Docs for ReactCSSTransitionGroup addon

React Keys

CSSTransitionGroup In Expander

How was Expander using keys

The Solution

Remove

It

further thought:
how would you recreate the original animation?

did that flicker or was it just me

By jhsu

did that flicker or was it just me

  • 347