La fonction réact fonctionne plusieurs fois

useEffect(() => {
    <fn name>();
}, []); // This array at end stops the fn from being called several times
shahul