April 2017
Intermediate to advanced
414 pages
8h 14m
English
Now we should update the TasksListContainer and TasksList component. First, TasksListContainer should do the following:
Take a look at the following code:
// TasksRedux/app/containers/TasksListContainer
...
import {
...
changeCurrentlyEditedTask,
resetSelectedTask,
saveSelectedTaskDetails
} from '../../actions';
Above, I imported three new actions.
... const mapDispatchToProps = (dispatch) => { return { ... changeCompletionStatus: ...Read now
Unlock full access