diff --git a/README.md b/README.md index 6919aeb..f204b56 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ The reference architecture covers the following components (currently a work in - [Transactions_handling](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/functional-components/transaction-handling.md) - Front End - Front End Frameworks - - Web Components - [Offline](docs/front-end/offline.md) + - [Web Components](docs/front-end/web-components.md) - Local Storage - Authentication/Authorization - [Cross Platform](docs/front-end/cross-platform.md) diff --git a/docs/front-end/web-components.md b/docs/front-end/web-components.md new file mode 100644 index 0000000..a46dceb --- /dev/null +++ b/docs/front-end/web-components.md @@ -0,0 +1,93 @@ +# Web Components + +The [WHATWG](https://html.spec.whatwg.org/multipage/custom-elements.html) and [WICG](https://github.com/WICG/webcomponents) maintain suite of web technologies and specifications including (but not limited to) + +- [Custom Elements](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements) +- [Shadow DOM](https://dom.spec.whatwg.org/#shadow-trees) +- The [`