Custom Hooks in React: useMediaQuery
The addition of hooks in React 16.8 added massive improvements and made it easier than ever to reuse functionality between components. There are pre-defined hooks like useState and useEffect but, there is also the ability to create custom hooks to su...
Dec 6, 20214 min read436
