Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@quoin/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quoin/react-utils

Utility functions for React

latest
Source
npmnpm
Version
1.0.17
Version published
Weekly downloads
47
67.86%
Maintainers
1
Weekly downloads
 
Created
Source

Quoin's react utils

Build Status Coverage Status npm version

Utility library to use React.

Warning

The library expects React to be global, because it usually comes from an external lib and not bundled with webpack, so the easiest when using on the server-side is to declare it global inside your start script:

# server.js

import React from 'react';

global.React = React;

Usage

Chrome DevTools

Keywords

Quoin

FAQs

Package last updated on 13 Feb 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