1.0.0 • Published 6 years ago
chae_hook v1.0.0
@chae_hook/use-title
React Hook to update your document's title.
Installation
yarn
yarn i @chae_hook/use-titlenpm
npm i @chae_hook/use-titleUsage
import React from "react;
import useTitle from "@chae_hook/use-title;
funciton App() {
useTitle("Welcome);
return <h1> Welcome</h1>
}1.0.0
6 years ago