DEV Community

Discussion on: How to Bind 'this' in React Without a Constructor

Collapse
 
dmerand profile image
Donald Merand

This is great!

Collapse
 
tiffany profile image
tiff

Thanks @dmerand . It is a work in progress. I was trying to synthesize what I wanted to say and it didn't quite come out like I wanted. Working on it though!

Collapse
 
dmerand profile image
Donald Merand

I think it was pretty clear! It also shows a larger point about arrow functions and how they can be used strategically in situations like this where you need to be careful about which object is getting bound to a function.