open_in_new
content_copy
function* performAction() { yield put({ type: COPY_DATA, payload: "Hello" }); }