Code Explainers
import { useReducer, useEffect } from "react"; const initialState = { status: "idle", data: null, error: null };