February 14, 2022 https://www.youtube.com/watch?v=MwvwrYHBs34
npm i redux-saga
function* generator() { }
export default function* rootSaga() { yeild all([ call(user), call(post), ]); };