https://github.com/eocode/vanilla-js-web-components-class
Vanilla JS clase
https://github.com/eocode/vanilla-js-web-components-class
code js mentoring software-engineering vanilla-js
Last synced: 3 months ago
JSON representation
Vanilla JS clase
- Host: GitHub
- URL: https://github.com/eocode/vanilla-js-web-components-class
- Owner: eocode
- License: mit
- Created: 2020-03-25T03:03:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T23:22:14.000Z (over 5 years ago)
- Last Synced: 2025-03-31T07:34:06.859Z (6 months ago)
- Topics: code, js, mentoring, software-engineering, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla-JS-Web-Components-Class
Vanilla JS clase## Vanilla JS
Es la manera de usar JS o cualquier otro lenguaje de forma pura sin el uso de otro lenguaje de programación## Primer componente en Vanilla JS
Web Components permite crear nuestras propias etiquetas en HTML
JS tiene las siguiente APIS para crear componentes de forma nativa, actualmente es un estándart en todos los navegadores
* ES Modules
* Custom elements
* Html template
* Shadow DOM
![]()
Resultado de la clase