DEV Community

Cover image for Simple Custom Hook
RedEyeMedia⭕
RedEyeMedia⭕

Posted on

Simple Custom Hook

Learn how to get started with React Hooks in this quick tutorial.

React Hooks are super useful to know, and can be a important new tool in your frontend development. Knowing how to create your very own Custom Hooks was for me like discovering React components all over again. The awesome thing about custom hooks is that you can re-use your hooks and write cleaner code.

In this tutorial we will make a custom hook that copies text to the clipboard when clicking a button.

This tutorial will include a React Hook that is:

  • Simple - it just copies text to the clipboard
  • Made from create-react-app
  • A modern React feature
  • It's reusable
  • It's expandable
  • No CSS!

Follow and support me:

I can't really express enough how much I appreciate subscriptions to my Youtube channel. Thank you. And if you want to follow me on Twitter, or just give some feedback that's awsome too!

📺 YouTube

🐧 Twitter

I try to get out new web dev content on Youtube every week, and sometimes I write articles like this one. This is my first article on dev.to, and more will come 🐌
Hope you enjoy!

Top comments (0)