keajs / kea-saga

Saga support for kea
https://kea.js.org/effects/saga
MIT License
7 stars 4 forks source link

Not an Issue / But a question .... Documentation // Utils delay #8

Closed macmonkey closed 3 years ago

macmonkey commented 5 years ago

Hello,

Sorry if I post here. I am quite new in dealing with redux and redux-saga. I'm just trying to get an overview and understand the methodologies. In the documentation a delay function from the Utils is used again and again? Where can I find it? I'd like to see what it outputs.

Thank you.

macmonkey commented 5 years ago

for Understanding it would be nice if all code is included. :) Like: import delay from '~/utils/delay' import range from '~/utils/range'

Or could i find the Examples somewhere?

Edit ---

Ah ok i found it in your website package. https://github.com/keajs/kea-website/blob/master/app/utils/delay.js