incredible-moccasinI
Refine3y ago
4 replies
incredible-moccasin

useCustom to fetch data on component load

I am trying to fetch data from api using useCustom hook but api is calling multiple times on component render. I can't add useCustom in useEffect since it violates react hook rules. How to call the api once when the component renders using useCustom?
Was this page helpful?