Skip to content

Commit aee933e

Browse files
committed
update README.md
1 parent 416e0e4 commit aee933e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
AndroidReactComponentKit is [ReactComponentKit](https://github.com/ReactComponentKit/ReactComponentKit) for Android. AndroidReactComponentKit is a library for building Activity or Fragment. You can make that based on Components. Also, It uses MVVM and Redux architectures for unidirectional data flow.
88

9-
<div align="center"><img src="https://raw.githubusercontent.com/ReactComponentKit/AndroidReactComponentKit/master/art/AndroidReactComponentKit.png"></div>
9+
<div align="center"><img src="https://raw.githubusercontent.com/ReactComponentKit/AndroidReactComponentKit/master/art/AndroidReactComponentKit_2.0.x.png"></div>
1010

1111
## Data Flow
1212

1313
* (1) : Components dispatch actions
1414
* (2) : ViewModel passes the actions to the store. You can use beforeDispatch(action:) method to do some work before dispatching actions.
15-
* (3) : Store passes current state to the Redux pipeline. Middlewares, Reducers and Postwares make a new state.
16-
* (4) : New State comes out from the Redux pipeline. It is passed to the store.
15+
* (3) : Store passes current state to the Mutation pipeline. Reducers make a new state.
16+
* (4) : New State comes out from the Mutation pipeline. It is passed to the store.
1717
* (5) : Store passes the new state to the ViewModel.
18-
* (6) : ViewModel passes or propagates the new state to the Components.
18+
* (6) : ViewModel passes the new state to the Components.
1919

2020
## Components
2121

80.9 KB
Loading

0 commit comments

Comments
 (0)