Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/demo-add-react-cdn-to-html
Demo app to demonstrate how to add React to an HTML page using a CDN
https://github.com/dennis-every/demo-add-react-cdn-to-html
Last synced: 3 days ago
JSON representation
Demo app to demonstrate how to add React to an HTML page using a CDN
- Host: GitHub
- URL: https://github.com/dennis-every/demo-add-react-cdn-to-html
- Owner: dennis-every
- License: mit
- Created: 2023-02-17T12:15:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T12:53:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T17:28:29.529Z (6 days ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Add React to HTML with CDN
### Steps:
- [Create basic html5 file](https://github.com/dennis-every/demo-add-react-cdn-to-html/commit/0386c23f0eba4c9d0036f9cfeeae2e15f031e421)
- [Add JS scripts to load React from CDN](https://github.com/dennis-every/demo-add-react-cdn-to-html/commit/17991bf1eff3f46d55575453d29abc9bd122aaa3)
- [Add root div, index.js, and create a React element](https://github.com/dennis-every/demo-add-react-cdn-to-html/commit/8ecc17871b08f7885850d45b95bec4eb308f0d94)
- [Add update function to update time without affecting form](https://github.com/dennis-every/demo-add-react-cdn-to-html/commit/f30af4b001be517922a181c0cf8229d508b7561b)