Web Components 是什么

/*********************************************************************************
 *                          Web Components 是什么
 * 说明:
 *     在聊天中有人提到Web Components,查一下资料看一下这是什么东西。
 *
 *                                              2018-1-2 深圳 南山平山村 曾剑锋
 ********************************************************************************/

一、参考文档:
    1. webcomponents/webcomponentsjs
        https://github.com/webcomponents/webcomponentsjs
    2. Polymer Project
        https://www.polymer-project.org/
    3. Web Components
        http://javascript.ruanyifeng.com/htmlapi/webcomponents.html#

二、简要说明:

    未来的网站开发,可以像搭积木一样,把组件合在一起,就组成了一个网站。这是非常诱人的。

    Web Components不是单一的规范,而是一系列的技术组成,包括Template、Custom Element、Shadow DOM、HTML Import四种技术规范。使用时,并不一定这四者都要用到。其中,Custom Element和Shadow DOM最重要,Template和HTML Import只起到辅助作用。

 

posted on 2018-01-02 09:18  zengjf  阅读(414)  评论(0编辑  收藏  举报

导航