Lifting state up is killing your app
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)