So erhalten Sie CSS -Eigentum von DIV nach dem Rendern in React JS

console.log(window.getComputedStyle(ReactDOM.findDOMNode(this.refs.container)).getPropertyValue("border-radius"));// border-radius can be replaced with any other style attributes;
Funny Fish