Why do I need in React class components bound to this event handler?

https://juejin.im/post/5afa6e2f6fb9a07aa2137f51

  1. Event bindings passed as arguments to the callback function, loses its context, execution is the default bindings, not implicit binding
  2. The declaration and the expression of the body performed in strict mode, this point undefined.

Guess you like

Origin www.cnblogs.com/wydumn/p/11871983.html