react-magic
react-magic copied to clipboard
Added onclick=> onClick to ATTRIBUTE_MAPPING
Added onclick=> onClick to ATTRIBUTE_MAPPING. Because when transform onclick from HTML to Javascript React it will be onClick (refer to this link https://reactjs.org/docs/handling-events.html)

Deploy preview ready!
Built with commit 1d52e8f1975e92033f62988a98cef4c6a32efac7
https://deploy-preview-150--react-magic.netlify.com
Will this actually work properly? Won't it transform onclick="doFoo()" to onClick="doFoo" rather than onClick={doFoo}?
Much more to add in ATTRIBUTE_MAPPING => React SyntheticEvent