Skip to main content

6 posts tagged with "Hooks"

View All Tags

Creating custom React Hooks.

Re-using our dropdown component and Google Translate API to create a translation widget. Throttling the API requests with debounced text.

Introducing the useRef hook to create a dropdown in React.

Throttling API requests to prevent request on every key-press.

We expand on our knowledge of React hooks by using the useEffect hook to create a Wikipedia search bar.

Introduction to Hooks for functional components. Using state in functional components to toggle an accordion.