The Modern Redux Pattern for API Calls with createAsyncThunk
When building React applications, fetching data is a fundamental task. A common approach for simple apps is to use fetch or axios directly inside a useEffect hook. While this works perfectly fine for smaller projects, it can quickly lead to complex a...
redux-api.hashnode.dev6 min read