New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

garage

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

garage

Fully functional state container

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-91.67%
Maintainers
1
Weekly downloads
 
Created
Source

Features

  • 🔩 Easily Customizable
  • 🕊 Lightweight - less than 5kb including styles
  • Accessible

Installation

With yarn
yarn add garage
With NPM
npm install garage

Getting Started

Add the Garage to your app first. It will take care of all your states. Now you can access your states from anywhere!

import { Garage, createStore } from 'garage';
import App from './App';

const store = createStore();

const Index = () => {
  return (
    <Garage store={store}>
      <App/>
    </Garage>
  );
};

Documentation

Find the full API reference on official documentation.

Keywords

FAQs

Package last updated on 18 Jul 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