Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mindspace/react-store

Typescript + React: Utilities for DI, EventBus and ReactiveStore
https://github.com/mindspace/react-store

react spa state-management typescript zustand

Last synced: 3 months ago
JSON representation

Typescript + React: Utilities for DI, EventBus and ReactiveStore

Awesome Lists containing this project

README

        

# @mindspace-io/react-store

[![GitHub version](https://badge.fury.io/gh/Mindspace%2Freact-store.svg)](https://badge.fury.io/gh/Mindspace%2Freact-store)

## Purpose

This repository provides TypeScript utilities for TypeScript and React.
Click the links below to view the detailed README(s) for each technology package.

### mindspace-io/core

Platform-agnostic features like EventBus, DI, and more. Use with React or NextJS or Angular.

> See [Core README](./packages/core/README.md)

### mindspace-io/react-store

Reactive Store state management features using `createStore()`, `useStore()`, and `useObservable()`.

> See [React-Store README](./packages/react-store/README.md)

### Installation

To easily use these libraries, just use `npm install @mindspace-io/core @mindspace-io/react-store`