What to Convert?

  • The Layout Plugin on Flipper can show you what components could be reused (if they were Render components).
  • That means that during a state update, we can avoid rebuilding these components and their subtree and make the component creation faster.

Flipper Integration

A video can be found here.

Flipper State Update Screenshot

In news feed, by converting 2 components only, we've managed to cut the tree creation time by more than 50%!

Flipper News Feed State Update