Responsive Navigation with Custom React Hook | Challenge

# Introduction The most common React Hooks are the `useState` and `useEffect` Hooks, but by using a combination of these basic Hooks, you can also create custom Hooks for code reuse. In this challenge, you need to create a custom `useWindowSize` Hook to listen and get the size of the browser window to render different content depending on the width of the window.

|60 : 00

Click the virtual machine below to start practicing