Skip to content

the-mes/react-hooks-typescript-npm-starter

Repository files navigation

NPM version NPM downloads NPM license Codecov Travis Bundle size

About

Short description about library

Demo

Similar Projects / Alternatives / Idea

How to Install

First, install the library in your project by npm:

npm install react-hooks-typescript-npm-starter

Or Yarn:

yarn add react-hooks-typescript-npm-starter

Getting Started

• Import hook in React application file:

import { useMyHook } from 'react-hooks-typescript-npm-starter';

Returned Values

Example

const { sum } = useMyHook();

const result = sum(2, 3); // 5

License

This project is licensed under the MIT License © 2021-present Jakub Biesiada