Hi im trying to develop a program which uses ref.
let cardsRef = useRef([]);
im creating ref in the useEffect.
useEffect(()