Hi everyone, we’ve got an update to the React Quick Start tutorial coming in the next couple of days as part of the developer resource updates to support this week’s update to the I/O Console.
Feel free to have a look and offer feedback: https://github.com/AdobeXD/plugin-docs/blob/console-update/tutorials/quick-start-react/index.md
cc: @Kilian
It’s worth updating to babel@7, and not all that much work, see lines 30-32 here: https://github.com/Kilian/react-xd-example/blob/master/package.json#30 and line 16 here: https://github.com/Kilian/react-xd-example/blob/master/webpack.config.js#L16
Also, maybe you can add the react-shim with webpack instead?
Thanks @Kilian! Will have a look.