- Notifications
You must be signed in to change notification settings - Fork8
React hook for updating the document-title
License
NotificationsYou must be signed in to change notification settings
rehooks/document-title
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
React hook for updating the document-title
Note: This is using the newReact Hooks API Proposalwhich is subject to change until React 16.7 final.
You'll need to install
react,react-dom, etc at^16.7.0-alpha.0
yarn add @rehooks/document-title
importuseDocumentTitlefrom'@rehooks/document-title';functionMyComponent(){useDocumentTitle('Page Title');return<div/>;}
About
React hook for updating the document-title
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.