美文网首页js css html
Web Components 再看看当下行情 - 2023.4.

Web Components 再看看当下行情 - 2023.4.

作者: 张中华 | 来源:发表于2023-04-11 10:58 被阅读0次

    总结

    就目前来看,还是不温不火,但是国外好像已经相对成熟一些了,不建议做项目,但是自身了解可以使用。

    xy-ui
    https://github.com/XboxYan/xy-ui
    https://xy-ui.codelabo.cn/components/button
    https://fontawesome.com/v6/search?o=r&m=free&s=regular%2Csolid

    wc-ui
    https://gitbu.github.io/wc-ui/docs/
    https://github.com/gitbu/wc-ui

    wu-component
    https://wu-component.github.io/

    stenciljs
    https://stenciljs.com/docs/component-lifecycle

    LitElement (Google)
    Fast (Microsoft): https://www.fast.design/
    LWC (salesforce)
    Stencil
    Cybernetically enhanced web apps

    hybrids: 是一个 JavaScript UI 框架,用于创建功能齐全的 Web 应用程序、组件库或具有独特的混合声明性和功能性架构的单个 Web Components。
    LitElement: 是一个简单的基类,用于使用 lit-html 创建快速、轻量级的 Web Components。
    Polymer :是 Google 推出的 Web Components 库,支持数据的单向和双向绑定,兼容性较好,跨浏览器性能也较好;提供了一组用于创建 custom elements 的功能。这些功能旨在使 custom elements 像标准 DOM 元素一样工作更容易和更快。
    X-Tag: 是微软推出的开源库,支持 Web Components 规范,兼容Web Components API。
    Slim.js: 是一个开源的轻量级 Web Components 库,它为组件提供数据绑定和扩展能力,使用 es6 原生类继承。专注于帮助开发者更好的编写原生web组件,而不依赖于其他框架,但是也提供了良好的拓展性,开发者可以自由拓展。
    Stencil: 是一个用于构建可重用、可扩展的设计系统的工具链。生成可在每个浏览器中运行的小型、极快且 100% 基于标准的 Web Components。
    Omi: 是 Web Components + JSX/TSX 融合为一个框架,小巧的尺寸和高性能,融合和 React 和 Web Components 各自的优势。

    相关文章

      网友评论

        本文标题:Web Components 再看看当下行情 - 2023.4.

        本文链接:https://www.haomeiwen.com/subject/yldgddtx.html