AnKiT KaMbOjFollowDec 1, 2018·1 min read…in the case of arrow functions, this is bound lexically. This means that it uses the context of the enclosing function — or global — scope as its this value.This is why we need to bind event handlers in Class Components in React:1572AnKiT KaMbOjappreciated..