DEV Community

Discussion on: Class Contradictions in TypeScript vs JavaScript

Collapse
 
bytebodger profile image
Adam Nathaniel Davis

The binding issue has always felt like a red herring to me. There's no scenario where you must .bind(this). I haven't used .bind() in years. But I understand that, for those who don't know how to get around it, it's annoying. When I first started React, it annoyed the heck outta me.

I appreciate the link! I'm definitely checking that out.