1.0.0 • Published 3 years ago

@chooks/use-title v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Usage

조건에 따라 페이지 title을 변경시킨다.

const App = () => {
    const titleUpdater = useTitle("Loading...");
    setTimeout(() => titleUpdater("Home"), 5000);
    return <div></div>;
  };
1.0.0

3 years ago