Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <SomeComponent
  2. style={{fontSize:'10px', backgroundColor:"#eee"}} //Bad
  3. someArrayToIterateOn={[1,2,3,4]} //Bad
  4. someFunctionToCallInside={() => 'Wrong passing indeed'} //Bad
  5. someOtherFunction={this.dontBindMeHere.bind(this)} // Bad
  6. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement