New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
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

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
11
83.33%
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

react

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