Can you please recomend to me a website, documentations ,or a course where i can learn React hooks in details , i tried reading the React page docs but it’s just not enugh in details , i’m especially trying to learn how to use the useRef hook in map list and how to target a React compunent from a map list .
thanks.
yes, i was talking about this , i couldn’t find a good article that talks about an array of refs ,all of them was talking about one ref and the same focus example from React docs , also wanted to learn more about hooks in general , i only know how to use the state and effect hooks.