I already know that what bind do, it bound your given object or function to the function you want, but bind(this) is really confusing me.What does this
bind(this)
this
You didn't show full React component definition, but it most probably refers to React component instance where your componentWillMount is defined.
componentWillMount