0
2
llucycodes42
This code binds the this reference to the current element.
Library: react
Shortcut: bnd
this.first = this.first.bind(this)
0
2
llucycodes42
This code binds the this reference to the current element.
Library: react
Shortcut: bnd
this.first = this.first.bind(this)