Anthony D. Mays (@anthonydmays) - YouTube | Twitter | LinkedIn | Github
This demo shows how to import the React library from NPM via the JSPM server and build components without any compilation or framework. Though not ideal for production apps, it can be useful for rapid prototyping or for enhancing simple static sites that can be easily deployed.
Learn how I did it by checking out my short on YouTube.
- Add example component with embedded CSS stylesheet
- Experiment with Shadow DOM
- Using React without JSX == no build (dev.to) by David Morrow
- React, JSX, ES module imports (dynamic too) in browser without Webpack (Medium) by Kirill Konshin