I am familiar with redux-thunk, and today I come to redux-saga, I know that when we want to handle asynchronous, with redux-saga, we need to call an actions as signal first and then sagas will handle and return success/fail actions, so, if I want to pass argument from react component ( pass search-value to search) but my first actions is just the signal, so, how to pass value to the action in charge, thank you