Global store Packages

react-gstore

This library is intended for creating a global store in react ## Install ```shell npm i react-gstore ``` ## Examples ### 1 store ```javascript import React, { useState } from "react" import { createContainer } from "react-gstore" import { render

3.3.3 • Published 3 years ago