redux-sagaのサンプルを動かしてみる

ちょっと試してみたかったので、exampleを動かしてみました。 $ git clone [email protected]:redux-saga/redux-saga.git $ cd redux-saga $ npm i […]

広告ここから
広告ここまで

目次

    ちょっと試してみたかったので、exampleを動かしてみました。

    $ git clone [email protected]:redux-saga/redux-saga.git
    $ cd redux-saga
    $ npm i
    

    通販サイトサンプル

    $ npm run shop
    
    > [email protected] shop /Users/redux-saga
    > cross-env BABEL_ENV=cjs node examples/shopping-cart/server.js
    
    ==>   Listening on port 3000. Open up https://localhost:3000/ in your browser.
    webpack built 0c8eaca714924f8f913d in 3934ms
    

    商品リストとカートのサンプル

    カートへの追加や売り切れの判定などもできる様子

    サンプルが用意されていて、簡単に動きと実装確認できるっていいですね。

    広告ここから
    広告ここまで
    Home
    Search
    Bookmark