1. React
  2. Byteconf React
  3. 2020
  4. Lifting state up is killing your app

Lifting state up is killing your app

We’re going to build a simple game of “tic-tac-toe” with React, and see the pitfalls of lifting state—and when O(1) can still be slow.

Andrey Goncharov at Byteconf React 2020

Have you heard about “lifting state up”? Is it possible that one of the 12 main concepts listed in React official documentation might lead to poor performance? We’re going to build a simple game of “tic-tac-toe” with React. We will see which pitfalls it hides and when O(1) can still be slow.