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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.