New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@wappla/react-hooks

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wappla/react-hooks

@wappla/react-hooks

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
138
51.65%
Maintainers
4
Weekly downloads
 
Created
Source

@wappla/react-hooks

GitHub release GitHub license GitHub pull-requests GitHub issues

Built with ❤︎ by Wappla and contributors
Table of Contents

Motivation

One Paragraph of project description goes here

Getting Started

To get started, add @wappla/react-hooks to your project:

Using npm:

npm install --save @wappla/react-hooks

Using yarn:

yarn add @wappla/react-hooks

Please note that @wappla/react-hooks requires react@^16.12.0 as a peer dependency.

Running the tests

npm run test

API

useAsyncEffect

useDebounce

useDebouncedCallback

useLatest

useOnClickOutside

useWindowSize

Returns the size of the browser's window.

const {
    innerWidth,
    outerWidth,
    innerHeight,
    outerHeight,
} = useWindowSize()

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Sander Peeters - Initial work - Sander Peeters

See also the list of contributors who participated in this project.

About us

Wappla BVBA We shape, build and grow ambitious digital products.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

FAQs

Package last updated on 15 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts