Domagoj Žganec
Redux Saga
Find out how to handle async actions in your React app by using Redux Saga, a Redux middleware that uses ES6 generators to help us write more synchronous looking code. Redux Saga is an alternative for Redux Thunk and has some cool advantages over it..