Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@buildinams/use-is-mounted

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildinams/use-is-mounted

Hook to check if effectively the component is mounted.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

use-is-mounted

NPM version Actions Status PR Welcome

Hook to check if effectively the component is mounted.

Introduction

This hook allow to check if effectively the component is mounted.

Installation

Install this package with npm.

npm i @buildinams/use-is-mounted

Usage

To use this hook, simply import it and use it like a normal React hook.

import React from 'react';
import useIsMounted from '@buildinams/use-is-mounted';

const MyComponent = () = {
  const isMounted = useIsMounted();
  ...
}

API

On first render this hooks returns false and then returns true once is mounted.

Requirements

This library requires a minimum React version of 17.0.0.

Requests and Contributing

Found an issue? Want a new feature? Get involved! Please contribute using our guideline here.

Keywords

FAQs

Package last updated on 30 Jan 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc