Giter Site home page Giter Site logo

react-redux-beta-07-repro's Introduction

How to repro

  1. Clone this repo
  2. yarn
  3. npm run start
  4. Launch the redux dev tools
  5. Click on hacker news checkbox
  6. Dispatch following actions using redux dev tools, notice that the hacker noon widget updates only after dispatching twice, you can keep changing title below to see the updates to widgets are one step behind
{
  type: 'hackernews/storiesavailable',
  payload: {
    items: [
      {
        by: 'openbasic',
        descendants: 48,
        id: 19567160,
        kids: [
          19567656,
          19568134,
          19567481,
          19567794,
          19567490,
          19567615,
          19567697,
          19567466
        ],
        score: 119,
        time: 1554324579,
        title: 'The Lobster2 Programming Language',
        type: 'story',
        url: 'http://strlen.com/lobster/'
      }
    ]
  }
}

react-redux-beta-07-repro's People

Watchers

 avatar  avatar

react-redux-beta-07-repro's Issues

how run multi sagas

in file module.js

image

rootsag.js

image

bar.js

image

foo.js

image

actions.js

image

user.js

image

result
image

how fix run multi sagas in modules

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.