はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『github.com』

  • 人気
  • 新着
  • すべて
  • RSC From Scratch. Part 1: Server Components · reactwg/server-components · Discussion #5

    32 users

    github.com/reactwg

    RSC From Scratch. Part 1: Server Components In this technical deep dive, we'll implement a very simplified version of React Server Components (RSC) from scratch. This deep dive will be published in several parts: Part 1: Server Components (this page) Part 2: Client Components (not written yet) Part 3: TBD (not written yet) Seriously, this is a deep dive! This deep dive doesn't explain the benefits

    • テクノロジー
    • 2023/06/03 02:47
    • React
    • あとで読む
    • tutorial
    • github
    • Why do Client Components get SSR'd to HTML? · reactwg/server-components · Discussion #4

      8 users

      github.com/reactwg

      If you're familiar with React, your mental model before RSC might look similar to this (blank space on the left is intentional): RSC does not change that mental model, but it adds a new layer before any of that existing code runs: The RSC Server layer might remind you of Remix loaders, Astro templates, build-time scripts, and other code that runs ahead-of-time — but in the form of React components

      • テクノロジー
      • 2023/06/02 11:53
      • React
      • あとで読む
      • What is tearing? · reactwg/react-18 · Discussion #69

        4 users

        github.com/reactwg

        Overview Tearing is a term traditionally used in graphics programming to refer to a visual inconsistency. For example, in a video, screen tearing is when you see multiple frames in a single screen, which makes the video look “glitchy”. In a user interface, by “tearing” we mean that a UI has shown multiple values for the same state. For example, you may show different prices for the same item in a

        • テクノロジー
        • 2022/02/15 21:49
        • React 18 is now in beta · reactwg/react-18 · Discussion #112

          3 users

          github.com/reactwg

          Thanks to the incredible efforts of the React 18 Working Group, we're bumping the release from Alpha to Beta! In the past few months, we've landed several significant improvements to the release. Here are a few of them: useSyncExternalStore useId useInsertionEffect Each of these new APIs were based on extensive feedback and iteration by members of this group. Thank you so much to all our contribut

          • テクノロジー
          • 2021/11/18 11:09
          • Library Upgrade Guide: <style> (most CSS-in-JS libs) · reactwg/react-18 · Discussion #110

            3 users

            github.com/reactwg

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            • テクノロジー
            • 2021/10/14 11:32
            • Update to remove the "setState on unmounted component" warning · reactwg/react-18 · Discussion #82

              4 users

              github.com/reactwg

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              • テクノロジー
              • 2021/09/30 14:59
              • Glossary + Explain Like I'm Five · reactwg/react-18 · Discussion #46

                11 users

                github.com/reactwg

                tl;dr This thread contains plain English and explain-like-I'm-five definitions of the terms and concepts used throughout other discussions. Scroll to comments to find (or add) a term and explanations connected to it ✨ First of all, thank you for amazing discussions and articles shared here so far. It has been an amazing reading adventure 💕 As has been pointed out in another thread, complicated te

                • テクノロジー
                • 2021/06/15 17:21
                • あとで読む
                • How to support Reusable State in Effects · reactwg/react-18 · Discussion #18

                  3 users

                  github.com/reactwg

                  This component declares some effects to be run on mount and unmount. Normally these effects would only be run once (after the component is initially mounted) and the cleanup functions would be run once (after the component is unmounted). In React 18 Strict Mode, the following will happen: React renders the component. React mounts the component Layout effect setup code runs. Effect setup code runs.

                  • テクノロジー
                  • 2021/06/15 00:29
                  • Adding Reusable State to StrictMode · reactwg/react-18 · Discussion #19

                    3 users

                    github.com/reactwg

                    Overview Strict mode was released with React 16.3 as tool to identify coding patterns that may cause problems with React’s (then experimental) concurrent rendering APIs. Adding <StrictMode> to a React application adds special behavior (only in DEV mode) to all of components it wraps around. For example, when running in “strict mode“ React will intentionally double-render components for in order to

                    • テクノロジー
                    • 2021/06/14 22:13
                    • Replacing render with createRoot · reactwg/react-18 · Discussion #5

                      4 users

                      github.com/reactwg

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      • テクノロジー
                      • 2021/06/12 17:08
                      • React
                      • Automatic batching for fewer renders in React 18 · reactwg/react-18 · Discussion #21

                        3 users

                        github.com/reactwg

                        Overview React 18 adds out-of-the-box performance improvements by doing more batching by default, removing the need to manually batch updates in application or library code. This post will explain what batching is, how it previously worked, and what has changed. Note: this is an in-depth feature that we don’t expect most users to need to think about. However, it may be relevant to educators and li

                        • テクノロジー
                        • 2021/06/12 16:43
                        • New feature: startTransition · reactwg/react-18 · Discussion #41

                          3 users

                          github.com/reactwg

                          Overview In React 18 we’re introducing a new API that helps keep your app responsive even during large screen updates. This new API lets you substantially improve user interactions by marking specific updates as “transitions”. React will let you provide visual feedback during a state transition and keep the browser responsive while a transition is happening. Real world example: adding startTransit

                          • テクノロジー
                          • 2021/06/10 16:54
                          • New Suspense SSR Architecture in React 18 · reactwg/react-18 · Discussion #37

                            28 users

                            github.com/reactwg

                            Overview React 18 will include architectural improvements to React server-side rendering (SSR) performance. These improvements are substantial and are the culmination of several years of work. Most of these improvements are behind-the-scenes, but there are some opt-in mechanisms you’ll want to be aware of, especially if you don’t use a framework. The primary new API is renderToPipeableStream, whic

                            • テクノロジー
                            • 2021/06/09 12:49
                            • react
                            • SSR
                            • CLS
                            • architecture
                            • Introducing React 18 · reactwg/react-18 · Discussion #4

                              3 users

                              github.com/reactwg

                              Overview Welcome to the first post in the React 18 workgroup! This post is intended to provide an overview for the plan for React 18 and serve as a jumping point to other topics in the discussion. At a high level, React 18 includes out-of-the-box improvements to existing features. It is also the first React release to add support for Concurrent Features, which let you improve the user experience i

                              • テクノロジー
                              • 2021/06/09 10:33

                              このページはまだ
                              ブックマークされていません

                              このページを最初にブックマークしてみませんか?

                              『github.com』の新着エントリーを見る

                              キーボードショートカット一覧

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

                              • 総合
                              • 一般
                              • 世の中
                              • 政治と経済
                              • 暮らし
                              • 学び
                              • テクノロジー
                              • エンタメ
                              • アニメとゲーム
                              • おもしろ
                              • アプリ・拡張機能
                              • 開発ブログ
                              • ヘルプ
                              • お問い合わせ
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について

                              公式Twitter

                              • 公式アカウント
                              • ホットエントリー

                              はてなのサービス

                              • はてなブログ
                              • はてなブログPro
                              • 人力検索はてな
                              • はてなブログ タグ
                              • はてなニュース
                              • ソレドコ
                              • App Storeからダウンロード
                              • Google Playで手に入れよう
                              Copyright © 2005-2025 Hatena. All Rights Reserved.
                              設定を変更しましたx