While using react inline-style most people what they do is use object in styles attribute. for eg.
<div style={{left: '54px', position: 'absolute'}}>
</div>
Does this react diff algorithm fails over here as their is new object created everytime it re-renders.
https://facebook.github.io/react/docs/reconciliation.html
in DOM Elements Of The Same Type they told it only changes color attribute – Coriolanus