Rudraksh Tripathihustlecoder.hashnode.devยทJul 19, 2024Building a Currency converter using ReactLearning to create a custom hook import {useEffect, useState} from "react" function useCurrencyInfo(currency){ const [data, setData] = useState({}) useEffect(() => { fetch(`https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@late...useState hookAdd a thoughtful commentNo comments yetBe the first to start the conversation.