All Projects → rehooks → document-title

rehooks / document-title

Licence: MIT License
React hook for updating the document-title

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to document-title

document-visibility
React hook for subscribing to document visibility
Stars: ✭ 31 (-48.33%)
Mutual labels:  hooks, document
vue-pseudo-window
🖼 Declaratively interface window/document/body in your Vue template
Stars: ✭ 28 (-53.33%)
Mutual labels:  document
pinipig
🚀 Performant webservice framework
Stars: ✭ 25 (-58.33%)
Mutual labels:  hooks
scanbot-sdk-example-ionic
Scanbot scanner SDK example app for Ionic with Cordova.
Stars: ✭ 24 (-60%)
Mutual labels:  document
atomic-state
A decentralized state management library for React
Stars: ✭ 54 (-10%)
Mutual labels:  hooks
ieaseMusic
网易云音乐第三方🎵
Stars: ✭ 62 (+3.33%)
Mutual labels:  hooks
jitm
JITM is an automated tool to bypass the JIT Hooking protection on a .NET sample.
Stars: ✭ 27 (-55%)
Mutual labels:  hooks
markdown-to-document
A Markdown CLI to easily generate HTML documents from Markdown files
Stars: ✭ 28 (-53.33%)
Mutual labels:  document
use-mutation
🧬 Run side-effects safely in React
Stars: ✭ 81 (+35%)
Mutual labels:  hooks
zhooks
Display Zsh hook functions and arrays
Stars: ✭ 36 (-40%)
Mutual labels:  hooks
hulks
Olist custom linting hooks 💚 👽
Stars: ✭ 25 (-58.33%)
Mutual labels:  hooks
state inspector
State change & method call logger. A debugging tool for instance variables and method calls.
Stars: ✭ 24 (-60%)
Mutual labels:  hooks
useReactHooks
useReactHooks is a curated list of custom react hooks that will benefit people in their daily tasks related to development in react.
Stars: ✭ 42 (-30%)
Mutual labels:  hooks
zoov
Use 🐻 Zustand with Module-like api
Stars: ✭ 24 (-60%)
Mutual labels:  hooks
Ant-Design-Pro-V5
Ant Design Pro V5 详细配置,包括分模块打包,ahooks的使用,L7 地图组件的封装,合理的初始化数据,更有动态表单、动态表格、OSS图片上传等优秀组件(项目会逐渐迭代)~
Stars: ✭ 28 (-53.33%)
Mutual labels:  hooks
semantic-document-relations
Implementation, trained models and result data for the paper "Pairwise Multi-Class Document Classification for Semantic Relations between Wikipedia Articles"
Stars: ✭ 21 (-65%)
Mutual labels:  document
ph-malhide
Process Hacker 2 hiding from external applications
Stars: ✭ 17 (-71.67%)
Mutual labels:  hooks
hook-into-props
Tiny HoC to use React hooks with class components.
Stars: ✭ 44 (-26.67%)
Mutual labels:  hooks
RT7-example
Code for the React Table 7 article
Stars: ✭ 32 (-46.67%)
Mutual labels:  hooks
React-Combine-Provider
combine react providers in ease
Stars: ✭ 29 (-51.67%)
Mutual labels:  hooks

@rehooks/document-title

React hook for updating the document-title

Note: This is using the new React Hooks API Proposal which is subject to change until React 16.7 final.

You'll need to install react, react-dom, etc at ^16.7.0-alpha.0

Install

yarn add @rehooks/document-title

Usage

import useDocumentTitle from '@rehooks/document-title';

function MyComponent() {
  useDocumentTitle('Page Title');
  return <div/>;
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].