Is Using .bind() To Lock-In Arguments A "Code Smell" In ReactJS
Current Approach
: Using
.bind( this, friend.id )
.