rename smart/dumb to presentational/container

This commit is contained in:
Cam Song
2015-11-14 11:27:44 +08:00
parent 2341b3f65b
commit d25a40cbbc
4 changed files with 13 additions and 13 deletions

View File

@@ -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`