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

@hookstate/core

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hookstate/core

The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.

  • 0.10.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16K
decreased by-81.12%
Maintainers
1
Weekly downloads
 
Created
Source

@hookstate/core

The flexible, fast and extendable state management for React that is based on hooks.

Modern alternative to Redux, Mobx, Formik without boilerplate but with impressive performance and predictable behavior.

Browse demos and code samples to see what it can do and learn it in few minutes.

Any questions? Just ask by raising a github ticket.

Why Hookstate

  • Concise, pragmatic but flexible API. Very easy to learn. See "Getting Started" code sample.
  • Incredible performance based on unique method for tracking of used/rendered and updated state segments. See the performance demo.
  • First-class Typescript support. Complete type inferrence for any complexity of structures of managed state data. Full intellisense support tested in VS Code.
  • Plugin system enables custom extensions, with several standard plugins available.
  • Tiny footprint: 2.13KB gziped. No external dependencies, except React.

Installation

Using NPM:

npm install --save @hookstate/core

Using yarn:

yarn add @hookstate/core

API Documentation

To be done.

Plugins

To be done.

FAQs

Package last updated on 15 Aug 2019

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