garage
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i garage

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

5.45 kB

Total Files

10

Last publish

Collaborators

  • gersti