Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@helpscout/react-utils

Package Overview
Dependencies
4
Maintainers
5
Versions
26
Issues
File Explorer

Advanced tools

@helpscout/react-utils

Handy utilities for React

    2.4.1latest
    GitHub

Version published
Maintainers
5
Weekly downloads
578
increased by61.45%

Weekly downloads

Readme

Source

🌀 React Utils

npm version Build Status Coverage Status npm version node npm

A collection of handy utilities for React.

Table of contents

🔧 Installation

npm install --save @helpscout/react-utils

This library has a peerDependencies listing of react (version 15 or 16).

🕹 Usage

This library comes with a handful of useful functions. Below is an example of how you can use the getDocumentFromComponent function to retrieve the actual document the component is mounted to (rather than assuming window.document).

import React from 'react' import getDocumentFromComponent from '@helpscout/react-utils/dist/getDocumentFromComponent' class Napoleon extends React.Component { ... componentDidMount () { this.doc = getDocumentFromComponent(this) // document } ... }

Check out the documentation for more details.

FAQs

Last updated on 04 Apr 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc