Seo – initialization of state variables when component renders & custom hooks
I have a component Body.jsx, it contained logic of fetching data from an API and filtering as well. I tried to create a custom hook useResData which separates out logic of fetching data as shown- export const Body = ()…