Reviewing your React Code: Episode 2

March 20, 2024

Reviewing your React Code: Episode 2

In the second Episode of the React Code Review, I address common React mistakes, including:

  • The Derived State Antipattern
  • Race conditions when using useEffect
  • The use of global variables

I also explain how to fix these problems, to help you avoid them.