Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.58 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.58 KB

pages-build-deployment

Framework-less React Demo

Author

Anthony D. Mays (@anthonydmays) - YouTube | Twitter | LinkedIn | Github

Purpose

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.

Tools used

TODO

  • Add example component with embedded CSS stylesheet
  • Experiment with Shadow DOM

More Resources