How to use async await inside redux saga?

How to use async await inside redux saga?



I'm trying to use ES javascript api to get data from Elastic Search and show it in my React Redux Redux-Saga code.


function* getData()
const response = async () => await client.msearch(
body: [
// match all query, on all indices and types
,
query: match_all: ,

// query_string query, on index/mytype
index: 'myindex', type: 'mytype' ,
query: query_string: query: '"Test 1"' ,
],
);

yield put(Success(
Data: response(),
));



The problem is I don't know how to make the yield wait for the response to be resolved.
Is there any other way to use a promise inside redux saga and es javascript-client ?




1 Answer
1



I figured it out. Putting the answer here for anyone looking for it.


function* getData(data)
const response = yield call(fetchSummary, data);
yield put(Success(
Data: response,
));


async function fetchSummary(data)
return await client.msearch(
body: [
// match all query, on all indices and types
,
query: match_all: ,

// query_string query, on index/mytype
index: 'myindex', type: 'mytype' ,
query: query_string: query: data.query ,
],
);






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)