I have a component where i am display information about products. I have my first api call as:
const [products, setProducts] = useState([]); useEffect(() =>