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

@reverse/state

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reverse/state

State holders which can be used with React Hooks to easily display data

latest
npmnpm
Version
2.1.8
Version published
Maintainers
2
Created
Source

@reverse/state

State holders which can be used with React Hooks to easily display data.

You can install with nodejs and npm

npm i @reverse/state

Table of Contents

  • SimpleState
  • StorageState (browser only)
  • hookFromState (requires react)

SimpleState

A Simple State holder. Contains an internal value and an event emitter.

Storage State

Same as Simple State, but it syncs it's value to a localStorage item. Supports all values serializable by JSON.stringify/JSON.parse.

hookFromState

Creates a React Hook using a state's get method and event listeners.

FAQs

Package last updated on 22 Feb 2020

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