examplist
examplist

Follow

examplist

Follow

(Redux) Asnyc Handling without Thunk or Saga

examplist's photo
examplist
·Jul 30, 2022·

1 min read

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.

The Example

https://codesandbox.io/s/redux-async-without-thunk-or-saga-2v1w27
Reduxredux-thunkredux-saga
 
Share this