Read the DOCS.
This is easy and straightforward. All you need is to add react-transmit into dependencies (npm install --save react-transmit). Transmit works as a Higher-order component so instead of
export default class Dashboard extends PureComponent {
// ...