React Sagas State

import { select } from 'redux-saga/effects';
...
let data = yield select(stateSelectorFunction);
Disgusted Dugong