React basics: creating a custom media query hook
So far, we have checked out some pre-defined basic hooks in React. React useState hook React useEffect hook React useContext hook But there is another way you can go about this: creating your own custom hooks. Let's put it to the test and see why w...
Oct 19, 20214 min read275

