Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mindspace/react-store
- Owner: Mindspace
- License: mit
- Created: 2022-09-08T21:26:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T18:45:04.000Z (over 2 years ago)
- Last Synced: 2024-10-01T00:43:43.299Z (3 months ago)
- Topics: react, spa, state-management, typescript, zustand
- Language: CSS
- Size: 699 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`