2

What does the "Connect" message mean in React Dev Tools:

enter image description here

Tupteq
  • 2,986
  • 1
  • 21
  • 30
QuatroUno
  • 33
  • 2

1 Answers1

2

It means that your component is wrapped in a higher-order component (HOC), specifically the "Connect" HOC (connect) from React Redux.

Henry Woody
  • 14,024
  • 7
  • 39
  • 56