Adam Mackintosh
1 min readMar 23, 2018

--

Don’t forget, you can also include React and Babel via CDN:

<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.24.0/babel.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react-dom.min.js"></script>

Those are old versions, I just pulled out of the woodwork. Spend a few minutes Googling. This would allow you to get the least possible surface area, and of course, no build step.

--

--

Adam Mackintosh

I prefer to work near ES6+, node.js, microservices, Neo4j, React, React Native; I compose functions and avoid classes unless private state is desired.