(Redux) Asnyc Handling without Thunk or Saga
Introduction
I think many people think thunk or saga is needed to handle async processes. But let me show you how we can handle the processes without using them.
I think many people think thunk or saga is needed to handle async processes. But let me show you how we can handle the processes without using them.