mirror of
https://github.com/zhigang1992/redux.git
synced 2026-06-18 07:29:09 +08:00
rename smart/dumb to presentational/container
This commit is contained in:
@@ -180,7 +180,7 @@ export default function configureStore(initialState) {
|
||||
}
|
||||
```
|
||||
|
||||
## Smart Components
|
||||
## Container Components
|
||||
|
||||
#### `containers/Root.js`
|
||||
|
||||
@@ -310,7 +310,7 @@ function mapStateToProps(state) {
|
||||
export default connect(mapStateToProps)(AsyncApp)
|
||||
```
|
||||
|
||||
## Dumb Components
|
||||
## Presentational Components
|
||||
|
||||
#### `components/Picker.js`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user