DEV Community

Discussion on: Quick Guide to Call, Apply, Bind in JavaScript

Collapse
 
liaowow profile image
Annie Liao

Oh wow, thanks for listing all the constructs (helpers?) that can potentially create more headaches down the road. Indeed, I do recall running into issues with async callbacks. I also prefer using functional components in React.

While I'm still not experienced enough to choose between object-oriented and functional programming, your comment motivates me to reach that level soon :)