Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View julioaze's full-sized avatar
👌
Engineering and coffee. Every day

Julio Azevedo julioaze

👌
Engineering and coffee. Every day
View GitHub Profile
import React, {
useEffect,
useState,
useRef,
useMemo,
useCallback,
} from 'react';
import { PropTypes } from 'prop-types';
import { useWindowSize } from '@react-hook/window-size';
import { toast } from 'react-toastify';