#100DAYSOFCODE Day90
Improve Yulp
Change using React Query to manage the fetching data function.
Normally(Example), it uses the first prams to pass data as Array. You can pass prams like geolocation to fetch function.
const { data, status, isLoading } = useQuery(["fetchB...
haorong.hashnode.dev1 min read