Hugo Mota
Member since Jun 24, 2017
- Profile: /members/13551-hugo-mota.htm
- URL: https://github.com/hugollm
- Comments: 2
Recent Blog Comments By Hugo Mota
-
Using BEM Class Names To Guide Module Structure In ReactJS 15.6.1
Posted on Jun 26, 2017 at 3:37 PM
@Ben, That I didn't know. I guess I'll take a better look at the docs about this subject. Thanks man!... read more »
-
Using BEM Class Names To Guide Module Structure In ReactJS 15.6.1
Posted on Jun 24, 2017 at 10:35 AM
You probably wouldn't need to separate the components if you used arrow functions to pass the contact as argument. Something like: onClick={() => this.deleteContact(contact)}... read more »