I can't seem to find any example which shows how to implement an async action using redux-actions library. Have searched their github repo: https://github.com/reduxactions/redux-actions but can't seem to find any example.
Does redux-action even allow you to implement an async action?
Looking for any example of doing async action with redux-thunk.