David Reher
Member since Aug 4, 2015
- Profile: /members/12768-david-reher.htm
- URL: https://blog.brockhaus-ag.de/
- Comments: 3
Recent Blog Comments By David Reher
-
Passing Contextual Classes And Styles Into Child Components In ReactJS
Posted on Sep 30, 2015 at 1:29 AM
@Ben, okay. There you made a point. I thought it would be automatically merged ... Best, David... read more »
-
Passing Contextual Classes And Styles Into Child Components In ReactJS
Posted on Sep 28, 2015 at 2:28 AM
Hey Ben, how about passing the props via {...this.props} (JSX spread attributes) to the div which is rendered by the Widget? Best, David... read more »
-
You Don't Need To Use .bind( this ) When Using .forEach() Or .map() In ReactJS
Posted on Aug 4, 2015 at 3:24 AM
Hey Ben, you even do not need to bind store callbacks or onClick handlers and the lot, if you use React.createClass. The framework will take care of it. If you convert to using ES6 Classes, you need to bind the callbacks to the current class.... read more »