Skip to main content
Version: 4.5

Understanding Immutability

Benefits

  • Simplicity
  • Predictability
  • Performance
    • === checks allow frequent short-circuiting in React

The case for immutability