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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ブラックフライデー

『React Training』

  • 人気
  • 新着
  • すべて
  • GitHub - ReactTraining/react-broadcast: Reliably communicate state changes to deeply nested React elements

    4 users

    github.com/ReactTraining

    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

    • テクノロジー
    • 2018/01/10 10:29
    • React
    • javascript
    • あとで読む
    • react-router/withRouter.md at master · ReactTraining/react-router · GitHub

      3 users

      github.com/ReactTraining

      You can get access to the history object's properties and the closest <Route>'s match via the withRouter higher-order component. withRouter will pass updated match, location, and history props to the wrapped component whenever it renders. import React from "react"; import PropTypes from "prop-types"; import { withRouter } from "react-router"; // A simple component that shows the pathname of the cu

      • テクノロジー
      • 2017/10/25 18:33
      • react-router/code-splitting.md at master · ReactTraining/react-router · GitHub

        4 users

        github.com/ReactTraining

        Code Splitting One great feature of the web is that we don't have to make our visitors download the entire app before they can use it. You can think of code splitting as incrementally downloading the app. To accomplish this we'll use webpack, @babel/plugin-syntax-dynamic-import, and loadable-components. webpack has built-in support for dynamic imports; however, if you are using Babel (e.g., to com

        • テクノロジー
        • 2017/07/10 18:57
        • react-router
        • React
        • JavaScript
        • react-router/migrating.md at master · ReactTraining/react-router · GitHub

          4 users

          github.com/ReactTraining

          Migrating from v2/v3 to v4 React Router v4 is a complete rewrite, so there is not a simple migration path. This guide will provide you with a number of steps to help you understand how to upgrade your application. Note: This migration guide is for both React Router v2 and v3, but for brevity, references to previous versions will only mention v3. For react-router-redux users: This library has been

          • テクノロジー
          • 2017/05/31 01:14
          • react-router
          • react
          • javascript
          • Release react-router@4.0.0: Publish · ReactTraining/react-router · GitHub

            7 users

            github.com/ReactTraining

            react-router@4.0.0: Publish mjackson tagged this Mar 11, 2017 · 10 commits to master since this tag - react-router-config@1.0.0-beta.1 - react-router-dom@4.0.0 - react-router-native@4.0.0 - react-router-redux@5.0.0-alpha.1 - react-router-website@4.0.0 - react-router@4.0.0

            • 世の中
            • 2017/03/13 14:17
            • GitHub - ReactTraining/react-router-addons-controlled: Controlled Router components for React Router

              3 users

              github.com/ReactTraining

              THIS IS EXPERIMENTAL SO IF YOU USE IT AND FIND PROBLEMS THEY ARE YOUR PROBLEMS THAT YOU MUST SOLVE, MAYBE EVEN ALL BY YOURSELF. react-router-addons-controlled attempts to treat <Router> like a controlled component (think <input value onChange/> ). Unfortunately, it's not that simple. You can't actually control the browser history, so it's more a two-way data binding situation. However, in the majo

              • 暮らし
              • 2016/11/19 11:32
              • react-router/IndexRoutes.md at master · ReactTraining/react-router · GitHub

                3 users

                github.com/ReactTraining

                Index Routes and Index Links Index Routes To illustrate the use case for IndexRoute , imagine the following route config without it: < Router > < Route path = " / " component = {App} > < Route path = " accounts " component = {Accounts} / > < Route path = " statements " component = {Statements} / > < / Route > < / Router > When the user visits / , the App component is rendered, but none of the chil

                • 世の中
                • 2016/11/18 20:42
                • React Training

                  7 users

                  github.com/ReactTraining

                  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

                  • テクノロジー
                  • 2016/10/22 10:25
                  • React
                  • あとで読む
                  • GitHub - ReactTraining/react-stdio: Render React.js components on any backend

                    6 users

                    github.com/ReactTraining

                    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

                    • テクノロジー
                    • 2016/02/19 13:47
                    • JavaScript

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

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

                    『React Training』の新着エントリーを見る

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

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

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

                    公式Twitter

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

                    はてなのサービス

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