Skip to content

samithawijesekara/React-Custom-Hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

React Custom Hooks ⚓

Hi there, this is an open-source repository that contains the React Custom Hooks we need in day-to-day React projects.

alt text

Outline

  • React JS Custom Hooks List
  • How to contribute this repository?

📘 React Custom Hooks List

No Hook Name Usage
01. useDocumentTitle By using this hook can add a specific title to the document
02. useScrollToTop By using this hook can scroll the page always to the top when the page/component will mounting

🎁 How to contribute this repository?

Follow the guide:

  1. Fork the repository
  2. Clone the repository
  3. Add your React Custom Hooks into the customHooks folder
  4. Add your React Custom Hooks details into the README.md file in correct way
  5. Push the changes and make the pull request to the main repository