並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 7 件 / 7件

新着順 人気順

electron react typescript tutorialの検索結果1 - 7 件 / 7件

  • A 2025 Survey of Rust GUI Libraries

    I did this in 2020 and then again in 2021, but I’m in the mood to look around again. Let’s look through Are We GUI Yet? and see what’s up these days. The task today is to have a text label and an input field that can change the text in the label. In React, for example, this is basically free: const Demo = () => { let [state, setState] = useState("Hello, world!"); return ( <div> <p>{state}</p> <inp

    • October 2024 (version 1.95)

      GitHub Pull Requests Version 0.100.0 of the GitHub Pull Requests extension adds Copilot integration: Use the @githubpr chat participant in the Chat view to search for issues, summarize issues/prs, and suggest fixes for issues. @githubpr uses a number of Language Model tools to accomplish this. There's also a new Notifications view that shows GitHub notifications, with an action to prioritize them

        October 2024 (version 1.95)
      • 2021-09-28のJS: Lit 2、Gatsby 4 beta、Partytown(Third-Party Script into Worker)

        JSer.info #559 - Web Componentsを扱うライブラリであるLit 2がリリースされました。 Announcing Lit 2 stable release – Lit Lit 2.0 Release Livestream - YouTube Lit 2は今までLitElement 2.xとlit-html 1.xという別々のパッケージになったものを統合していて、litという新しいパッケージ担っています。 classベースのDirectives API、非同期Directives、Reactive Controllersの追加されています。 要素全体に対して影響を与えられるElement expressions、タグ名などに変数を使えるStatic expressionsなども追加されています。 また、実験的にSSRのサポートなども追加されています。 LitElem

          2021-09-28のJS: Lit 2、Gatsby 4 beta、Partytown(Third-Party Script into Worker)
        • 2021-06-08のJS: Lighthouse 8.0.0(スコア計算の変更)、Vue 3.1(@vue/compat)、 Mocha v9.0.0

          JSer.info #543 - Lighthouse 8.0.0がリリースされました。 Release v8.0.0 · GoogleChrome/lighthouse Lighthouse 8.0.0ではパフォーマンススコアの計算式が変更されています。 詳細は次のドキュメントにかかれていますが、今まで実験的だったCumulative Layout Shift (CLS)の比重が5%から15%へと増加しています。それにあわせて他のスコアの比重も変化しています。 lighthouse/v8-perf-faq.md at master · GoogleChrome/lighthouse 機能追加として、レポートをメトリクス別にフィルターできるように、csp-xssのAuditの追加なども含まれています。 Vue 3.1.0がリリースされました。 Release v3.1.0 Pluto ·

            2021-06-08のJS: Lighthouse 8.0.0(スコア計算の変更)、Vue 3.1(@vue/compat)、 Mocha v9.0.0
          • Useful Front-End Boilerplates And Starter Kits — Smashing Magazine

            We don’t need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately. We’ve also just recently covered CSS auditing tools, CSS generators, accessible front-end components and VS code extensions — you might find them useful, too. Today, we’re shining the spotlight on boilerplates and starter kits for all

              Useful Front-End Boilerplates And Starter Kits — Smashing Magazine
            • A Compiler Writing Playground

              "Create Your Own Compiler" is an interactive tutorial that step by step shows how to write your own simple compiler that transforms JavaScript into Lisp. Along with it, we take a look at what a compiler actually is and the state of the art that is Roslyn. Compilers are important, but most people go day by day using their favorite programming language and tools without thinking too much about them,

              • 2023-02-15のJS: Lighthouse 10、core-jsとオープンソースの財政的な支援、WebContainers

                JSer.info #631 - Lighthouse 10がリリースされました。 What's new in Lighthouse 10 - Chrome Developers Release v10.0.0 · GoogleChrome/lighthouse Lighthouse 10では、スコアからTTIが削除され、CLSにスコアが移行されています。 また、AuditとしてBFCacheの検証、ペースト禁止の検証が追加されています。 その他には、LighthouseのJSON出力の構造が変更されています。 関連する内容として、CrUX History APIというChrome User Experience Report (CrUX) の履歴データを取得するAPIがリリースされています。 特定のページのWeb Vitalsの値のデータを1週間単位で取得できます。 Introducin

                  2023-02-15のJS: Lighthouse 10、core-jsとオープンソースの財政的な支援、WebContainers
                1