whortaneto / chimera-js

Javascript library to facilitate the use of the web workers api.
MIT License
4 stars 0 forks source link

A lib called redux-saga-chimera #13

Open cmilfont opened 7 years ago

cmilfont commented 7 years ago

Imagine a function working together to support redux-saga.

const payload = yield call(chimera, ajaxParams);
whortaneto commented 7 years ago

Translating that to: Add a client to the library where all the requests will be in the web worker.

In that way the client can be used with redux-saga to do data fetch.

Thats ok?

cmilfont commented 7 years ago

Thats ok, will you deliver to me on friday when?