Why do we need to use bind for events in class based components?

You might be wondering why you need to use bind() for calling class methods from events in React. Maybe you’ve just chucked the binds in and it works, so move on: if it ain’t broke don’t fix it. Even so, you might have a nagging feeling because you don’t know why you need these, and …

Why do we need to use bind for events in class based components? Read More »