DEV Community

Abhi
Abhi

Posted on

How to create Custom Hook in React

This post is for beginner who is learning React and want to know how to create custom hooks.
In this example custom hook is created to convert currency using an api.

Image description

Custom hook to convert currency

Top comments (0)