From 0e3788614196a972b87d5988ea873ec94e66bb92 Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 4 Jan 2020 13:00:32 +0800 Subject: [PATCH] Update Skete.js link and add LWC library --- static/libraries.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/libraries.md b/static/libraries.md index 8406466..939db1b 100644 --- a/static/libraries.md +++ b/static/libraries.md @@ -19,9 +19,11 @@ This list has been compiled by the community and can be modified [via pull reque * [LitElement](https://github.com/Polymer/lit-element) uses [lit-html](https://github.com/Polymer/lit-html) to render into the element's Shadow DOM and adds API to help manage element properties and attributes. LitElement reacts to changes in properties and renders declaratively using lit-html. + * [Lightning Web Components](https://lwc.dev/) - a blazing fast, enterprise-grade web components foundation. + * [Polymer](https://www.polymer-project.org/) is a web component library built by Google, with a simple element creation API. Polymer offers one- and two-way data binding into element templates, and provides shims for better cross-browser performance. - * [Skate.js](https://skatejs.gitbooks.io/skatejs/content/) is a library built on top of the W3C web component specs that enables you to write functional and performant web components with a very small footprint. Skate is inherently cross-framework compatible. For example, it works seamlessly with - and complements - React and other frameworks. + * [Skate.js](https://skatejs.netlify.com/) is a library built on top of the W3C web component specs that enables you to write functional and performant web components with a very small footprint. Skate is inherently cross-framework compatible. For example, it works seamlessly with - and complements - React and other frameworks. * [Slim.js](http://slimjs.com) Slim.js is a lightweight web component library that provides extended capabilities for components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the hassle of dependencies and an overhead of a framework.