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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    参議院選挙2025

『ReactJS News』

  • 人気
  • 新着
  • すべて
  • How to Make Your React Apps 15x Faster

    14 users

    reactjsnews.com

    Without any modifications, React is really fast as-is. There are, however, a few things that you can do to improve performance. While working at HelloSign, I discovered some quick fixes that made our apps incredibly snappy. With these simple changes, I was able to reduce render time from over 3000 milliseconds to less than 200 milliseconds. Without any modifications, React is really fast as-is. Th

    • 暮らし
    • 2016/04/30 18:04
    • React
    • javascript
    • performance
    • 設定
    • Your First Immutable React & Redux App

      4 users

      reactjsnews.com

      I’ve been back from Nodevember for two days now. I took a coworker with me who hasn’t used javascript in years. After the conference he’s been asking me non-stop on how to get started with React. This is aimed at people who understand javascript but have never used node. Even if you’ve used React quite a bit, this will help you understand Redux and give you a taste of ImmutableJS ###What this cove

      • テクノロジー
      • 2016/02/21 14:47
      • react
      • redux
      • tutorial
      • node.js
      • development
      • javascript
      • How to Structure a React Project? – ReactJS News

        4 users

        reactjsnews.com

        ReactJS News!Editor’s Note: Please check out the React Indie Bundle. Juho and many other members of the React community help put it together. All of the proceeds go towards awesome people in our community. Programming is a bit like gardening. While trying to keep the bugs out, we prefer to keep everything neat and organized lest we want to end up in the jungle. A poor structure just slows us down

        • 学び
        • 2015/11/30 09:24
        • Complex Drag and Drop Lists using React.js

          3 users

          reactjsnews.com

          Note: All of the code can be found on GitHub. This article covers creating an HTML5 based drag and drop container that accepts items from compatible containers, has nice animations, and only uses React.js (no Flux based architectures). Others have written on drag and drop with React.js. It is worth the time to check out some of them. For example, Daniel at webcloud.se has a great article on creati

          • テクノロジー
          • 2015/07/28 10:39
          • あとで読む
          • Getting Started with Flux

            8 users

            reactjsnews.com

            What is flux? Flux is an application architecture for building complex user interfaces. It eschews MVC in favor of unidirectional data flow. What this means is that data enters through a single place (your actions) and then flows outward through to their state manager (the store) and finally onto the view. The view can then restart the flow by calling other actions in response to user input. We'll

            • 暮らし
            • 2015/03/24 12:50
            • flux
            • react
            • 2015
            • design
            • Using TDD with React.js

              6 users

              reactjsnews.com

              A walkthrough of the Test Driven Development (TDD) process for testing React.js components with Jest from requirements to passing tests.James Burnett I write software for fun and profit. At the moment, I'm doing front-end web development because it is fun. Test Driven Development (TDD) is a very powerful and popular development methodology. Testing React.js components is most easily accomplished w

              • 暮らし
              • 2015/02/08 20:10
              • tdd
              • react.js
              • react
              • javascript
              • test
              • *programming
              • js
              • あとで読む
              • Serverside React Rendering: Isomorphic JavaScript with ReactJS + Node

                3 users

                reactjsnews.com

                What is Isomorphic JavaScript ? Shared JavaScript that runs on both the client & server. What's the point? JavaScript driven MVCs (angular, ember, backbone, etc.) render on DOM load, this can be really slowwwww & can make for a bad user experience. Another major problem is that they aren't indexable by search engines (without paying $$ for a third party service like https://prerender.io/). If you

                • 暮らし
                • 2015/01/03 15:37
                • Serverside React Rendering: Isomorphic JavaScript with ReactJS + Node

                  23 users

                  reactjsnews.com

                  David Wells http://www.inboundnow.com Founder of Inbound Now. Node + React JavaScript Developer. I build the internets + marketing tools for WordPress. What is Isomorphic JavaScript ? Shared JavaScript that runs on both the client & server. What's the point? JavaScript driven MVCs (angular, ember, backbone, etc.) render on DOM load, this can be really slowwwww & can make for a bad user experience.

                  • テクノロジー
                  • 2015/01/03 12:57
                  • react.js
                  • React Style Guide

                    14 users

                    reactjsnews.com

                    The idea of "idiomatic" React hasn’t been explicitly written on, so I thought I’d offer some conventions that my team at Tune has been using during the past few months of adoption. For the sake of this article, scope will be limited to coding style in React components - not styling, componentization, or Flux strategies. Also, this is meant to be a living document - and I am sure there are better i

                    • テクノロジー
                    • 2014/12/29 13:14
                    • react
                    • styleguide
                    • react.js
                    • coding
                    • article
                    • React Style Guide

                      10 users

                      reactjsnews.com

                      The idea of "idiomatic" React hasn’t been explicitly written on, so I thought I’d offer some conventions that my team at Tune has been using during the past few months of adoption. For the sake of this article, scope will be limited to coding style in React components - not styling, componentization, or Flux strategies. Also, this is meant to be a living document - and I am sure there are better i

                      • テクノロジー
                      • 2014/12/28 12:27
                      • react
                      • javascript
                      • Setting up Rails with React and Jest

                        4 users

                        reactjsnews.com

                        James Burnett I write software for fun and profit. At the moment, I'm doing front-end web development because it is fun. React is Awesome! Rails is Awesome! Jest is awesome! Using Jest with React in Rails should be Awesome Cubed... and yet it seems so difficult. Recently, the author was in a position where a legacy project wanted to redesign the front-end while keeping the Rails backend. The proj

                        • 世の中
                        • 2014/12/17 13:52
                        • rails
                        • Setting up Rails with React and Jest

                          6 users

                          reactjsnews.com

                          React is Awesome! Rails is Awesome! Jest is awesome! Using Jest with React in Rails should be Awesome Cubed... and yet it seems so difficult. Recently, the author was in a position where a legacy project wanted to redesign the front-end while keeping the Rails backend. The project decided to go with a React based redesign phased in, piecemeal, over time. Eventually the old JavaScript would just d

                          • 暮らし
                          • 2014/12/17 10:11
                          • javascript
                          • jest
                          • rails
                          • browserify
                          • react
                          • The State of Flux

                            5 users

                            reactjsnews.com

                            Facebook announced Flux at F8 in April as an application paradigm to complement React. But Flux has been pretty nebulous, as there hasn’t been much code released. The examples in Facebook’s Flux repository gave a better idea of its overall composition, but there was still a ton of boilerplate involved, and that’s usually where a library comes along to bring some level of abstraction and convenienc

                            • 世の中
                            • 2014/11/10 08:01
                            • flux
                            • library
                            • The State of Flux

                              15 users

                              reactjsnews.com

                              Facebook announced Flux at F8 in April as an application paradigm to complement React. But Flux has been pretty nebulous, as there hasn’t been much code released. The examples in Facebook’s Flux repository gave a better idea of its overall composition, but there was still a ton of boilerplate involved, and that’s usually where a library comes along to bring some level of abstraction and convenienc

                              • 世の中
                              • 2014/11/07 15:52
                              • flux
                              • react.js
                              • javascript
                              • react
                              • frontend
                              • framework
                              • library
                              • ReactJS News

                                8 users

                                reactjsnews.com

                                Mar 28, 2017 Using Proxies with Redux Types One of the most common problems that I run into when using Redux is trying to figure out why an action is not being captured by a reducer. For someone just getting starting with Redux, debugging this issue can be especially overwhelming because of how Redux manages data flow. So before you start pouring over configuration code, or the logic contained in

                                • テクノロジー
                                • 2014/11/07 15:50
                                • react
                                • javascript
                                • js
                                • news

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

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

                                『ReactJS News』の新着エントリーを見る

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

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

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

                                公式Twitter

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

                                はてなのサービス

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