タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

articleとJavaScriptとWebComponentsに関するefclのブックマーク (6)

  • How we use Web Components at GitHub

    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

    How we use Web Components at GitHub
    efcl
    efcl 2021/05/05
    GitHubでのWeb Componentsについて。 Rails ViewComponentとCatalystを使ったWeb Componentsの組み込み、GitHub Elementsの公開についてなど
  • Implementing single-file Web Components | CKEditor

    # Implementing single-file Web Components Probably everyone who knows the Vue.js framework also heard about its single-file components. This super simple idea allows web developers to define the entire code of a component in one file. It is such a useful solution that an initiative to include this mechanism in browsers has already appeared. However, it seems quite dead as, unfortunately, no progre

    Implementing single-file Web Components | CKEditor
    efcl
    efcl 2020/03/24
    Web ComponentsでVueのようなSingle file componentを実装する記事。 コンポーネントをFetchし、ファイル内をパースしてTemplate、CSS、JavaScriptを取りだす。 Scriptを`import`するために、データURLからBlobを作成しModuleとして読み込むハックに
  • Redirecting…

    Redirecting… Click here if you are not redirected.

    efcl
    efcl 2018/09/08
    GitHubがjQueryを依存を外すまでの話。 コードで使われてる`jQuery`のメトリクスをとり可視化、ESLintを使ってjQueryの利用をCIでチェック、Polyfillを使うなどしてウェブ標準の実装に置き換えていった話。
  • 🌏 Hello World! Progressive Web-Blog!! ― ウェブボウズ

    🔥 2022年にサイトの作りを変えまして、もう現状はこの記事の限りではありません。もしこちらの記事の実装を参照されるのであれば こちらのブランチ を参照ください。 これで何度目の挑戦でしょうか。記憶する限り、2年ぶり10度目くらいのブログでございます。会社のパイセンの@ymotongpooさんは12年もご自身のブログを継続されており、日々コンテンツとその作業に耐えうるだけの筋肉を増やし続けられているのを横目に、私はといえば過去に1年以上続いた書きものは日記も含めて一切なく、ブログはというと思い返してみれば2004年ごろのライブドアブログから始まり、辞めては乗り換え辞めては乗り換えを繰り返してきた挙句、最終的にはJekyllいじったあたりでさっぱり音信不通になったのが2年前。並びに、筋肉事情に関して申し上げると、最後にジムに行ったのも気づけば1年半が経っており、会員権が腐り始めている小太り

    🌏 Hello World! Progressive Web-Blog!! ― ウェブボウズ
    efcl
    efcl 2018/03/04
    Web Componentsを使ったブログの開発とPRPL Patternでのパフォーマンス最適化について。
  • Creating and Publishing Web Components with Stencil

    <title>An icon of a outbound link arrow</title> <path class="icon-stroke" d="M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351" stroke="#F22F46" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> "> 2025 Gartner® Magic Quadrant™ for CPaaS <title>An icon of a outbound link arrow</title> <path class="icon-stroke" d="M75.3037 3.98207L3 7

    Creating and Publishing Web Components with Stencil
    efcl
    efcl 2018/02/18
    stencilを使ったWeb Componentsをnpmに更新するチュートリアル
  • HTML Web Component using Vanilla JavaScript

    Web Components have been around for a while now. Google has really been trying to push for their more widespread adoption, but most major browsers still have very little support for it, except for Opera and Chrome. However, by using polyfills, available from https://www.webcomponents.org/polyfills, you can build your own Web Components now. In this article, I’m going to teach you how to create you

    efcl
    efcl 2017/10/28
    Web Components入門記事。 `<user-card />`というデータを取得して表示する要素を例にCustom Elementのライフサイクル、template要素、ShadowDOMについて紹介している
  • 1