@fedlinker/hooks
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@fedlinker/hooks

React hooks library.

Install

npm install --save @fedlinker/hooks
# Or
yarn add @fedlinker/hooks

Usage

import React from "react";
import { useMount } from "@fedlinker/hooks";

function Example() {
  useMount(() => {
    console.log("Component is mounted");
  });
  ...
}

License

Code licensed MIT, docs CC BY 3.0.

Package Sidebar

Install

npm i @fedlinker/hooks

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

154 kB

Total Files

152

Last publish

Collaborators

  • airquality
  • jerryshen520
  • yqz0203