It seems that in case of integers (and actually for strings as well) I should be passing the numbers via {}
like so:
React.render(<Rectangle intValue={10} stringValue={"Hello"} />, document.getElementById('container'));
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…