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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『@kimagureのマイページ - Qiita』

  • 人気
  • 新着
  • すべて
  • The difference between Redux and Rx: three letters and everything - Qiita

    4 users

    qiita.com

    I've seen this question come up multiple times now, and it's a question that doesn't really make sense -- it's like asking "what's the difference between pants and trees?". But this idea probably got planted in people's heads because there's so many terms that are alien to them they hear when trying to learn how to build modern web applications: React, Redux, Flux, "Reactive", Rx, Dispatcher, Even

    • 暮らし
    • 2017/10/12 00:15
    • How to make a Cycle.js + Elm hybrid Etch-a-Sketch app - Qiita

      3 users

      qiita.com

      A couple of days ago, I wrote a Cycle.js app using Elm to render stuff to the page. This was pretty fun and got some attention, so I might as well write about it some. Edit: Here's a gist version since the Elm highlighting on Qiita doesn't work that great: https://gist.github.com/justinwoo/03fc40121f2ff5bef5d9 Writing this thing Overview A Cycle.js application consists of three parts: your main fu

      • 暮らし
      • 2017/10/12 00:15
      • Using RxJS for data flow instead of Flux with React - Qiita

        11 users

        qiita.com

        Update: I posted this as a Gist if the Qiita stylesheet bothers you: https://gist.github.com/justinwoo/08f9f8fcdcf865025f18 For almost a year now, I've been using this "flux" architecture to organize my React applications and to work on other people's projects, and its popularity has grown quite a lot, to the point where it shows up on job listings for React and a lot of people get confused about

        • 学び
        • 2015/04/27 10:11
        • flux
        • react
        • JavaScript
        • Some reasons why you should/shouldn't consider using facebook's immutable-js with React (with Highcharts usage examples) - Qiita

          19 users

          qiita.com

          If you're willing to go and use immutable-js for your data interaction, it can be quite easy to use it. Should you use it? Pros: Immutable.is() makes checks for changes to props trivial Easy to just compare references instead Easily converted into vanilla JS objects Don't have to use React.addons.update and its ugly syntax Merging objects is trivial Simple, easy to understand API Immutable Ability

          • テクノロジー
          • 2015/04/07 13:36
          • react
          • javascript
          • development
          • *あとで
          • IT
          • あとで読む
          • Modern React Flux application example (pt. 2) - Qiita

            3 users

            qiita.com/kimagure

            Continuing from where we left off in part 1, I want to do three things here: Set up project for Flux work Have a simple build process Babby's first create entity Project setup Standard directory structure goes something like this: src/ app.js -- the entry point of your application and build target actions/ -- the actions used by your views ExampleActions.js components/ -- you can name this "views"

            • テクノロジー
            • 2014/12/21 02:08
            • javascript

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

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

            『@kimagureのマイページ - Qiita』の新着エントリーを見る

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

            j次のブックマーク

            k前のブックマーク

            lあとで読む

            eコメント一覧を開く

            oページを開く

            はてなブックマーク

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

            公式Twitter

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

            はてなのサービス

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