dispatcher - Asynchronous

1. Program Flow

     1) Synchronous

     2) Asynchronous

https://staltz.com/unidirectional-user-interface-architectures.html

2. redux-saga

    about CQRS:

Event-sourcing

http://www.udidahan.com/2009/12/09/clarified-cqrs/

    1) Home

     https://redux-saga.js.org/

    2) Install

$ npm install --save redux-saga

   3) examples

    https://github.com/redux-saga/redux-saga/tree/master/examples

Reference:

     1. UNIDIRECTIONAL USER INTERFACE ARCHITECTURES - André Staltz

     2.  Clarified CQRS

猜你喜欢

转载自www.cnblogs.com/xiaobin-hlj80/p/9192161.html
今日推荐