Practice
const divStyle = { color : ' blue ' , backgroundImage : ' url ( ' + imgUrl + ' ) ' };
function HelloWorldComponent () { return < div style = { divStyle } > Hello World! </ div > }
Style keys are camelCased in order to be consistent with accessing the properties on DOM nodes from JavaScript (e.g.
Comments