タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとreduxとtutorialに関するefclのブックマーク (5)

  • A Complete React Redux Tutorial for Beginners (2019)

    Trying to understand Redux, it’s really confusing how it all works. Especially as a beginner. So much terminology! Actions, reducers, action creators, middleware, pure functions, immutability, thunks… How does it all fit together with React to make a working app? You can spend hours reading blogs and trying to sift through complex “real world” apps trying to piece it together. In this Redux tutori

    A Complete React Redux Tutorial for Beginners (2019)
    efcl
    efcl 2019/03/17
    Reduxについてのチュートリアル。 ステートの管理方法、ActionのDispatch方法やその動き、Reactと一緒に使う方法などについて
  • Redruco: Truco para aprender Redux (Parte 1)

    Vamos a hacer un tutorial paso a paso para construir una aplicación usando redux. Asumo que ya hicieron al menos una aplicación simple con ReactJS y conocen los conceptos básicos de: component, ciclo de vida del componente, props, state, y el patrón natural que surge en React de “pull-up” state (es decir subir el estado a los componentes más altos en la composición para así poder propagarlo y comp

    Redruco: Truco para aprender Redux (Parte 1)
    efcl
    efcl 2018/03/19
    React/Reduxを使ったアプリケーション開発についての連載。 Reduxが必要となる状態はどのようなケースか、また開発においてもアプリの状態とUIの詳細は独立して考えられることについて。 Storybookでコンポーネントを確認しな
  • Learn Redux by coding a Mini-Redux

    There are lots of resources for learning Redux. There is the official documentation, examples, tutorials, blog posts, boilerplates, Youtube videos, podcasts, etc… The list goes on. Even though we have so many great resources to learn from, new developers coming in still sometimes gets confused. It’s an overwhelming amount of content and it can be difficult to filter out the relevant stuff. A diffe

    efcl
    efcl 2017/03/21
    小さなReduxを作ってReduxについて学ぶ記事。
  • AlminでFluxアーキテクチャをやってみる

    AlminでFluxアーキテクチャについてを見ていく話です。 AlminはいわゆるFluxライブラリ的なものですが、ドメイン駆動設計(DDD)を行うにあたって既存のReduxやFluxでは上手くレイヤー分けをやりにくい部分がありました。 この辺の経緯については以前スライドやドキュメントにまとめてあるので、以下を参照してください。 azu/large-scale-javascript: 複雑なJavaScriptアプリケーションを作るために考えること 複雑なJavaScriptアプリケーションを考えながら作る話 この記事では、実際のサンプルコードを見ていきながら、Flux的なデータフローについて見ていきます。 Alminでカウンターアプリを作る このサンプルではAlminを使って次のようなカウンターアプリを作っていきます。 次に英語のチュートリアルもあるので参照してください。 Counter

    AlminでFluxアーキテクチャをやってみる
    efcl
    efcl 2017/03/17
    Alminを使ってカウンターアプリを書きながら、どのようにFlux的な一方通行のデータフローを行うかについての記事。 開発用のロガーやブラウザ拡張との連携について
  • Leveling Up With React: Redux | CSS-Tricks

    DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! This tutorial is the final of a three-part series by Brad Westfall. We’ll learn how to manage state across an entire application efficiently and in a way that can scale without dangerous complexity. We’ve come so far in our React journey, it’s worth making it across the finish line here and

    Leveling Up With React: Redux | CSS-Tricks
    efcl
    efcl 2016/04/17
    Reduxにおけるデータフローなどをわかりやすく解説したチュートリアル
  • 1