Skip to Content

This and Bind in React

| React

When working with events in React, Especially within forms after version 0.13, you may run into some event handling code that needs to make use of “this” and “bind”. If you’re familiar with what bind does you can ignore the below.