2.0.0 • Published 2 years ago

@mindspace-io/react-store v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@mindspace-io/react-store

GitHub version

Purpose

This library provides TypeScript utilities for React (16.x or higher) developers.

  • State Management using createStore() and useStore()
  • useObservable() for RxJS streams

Reactive Store

Easily build shared, reactive stores for your state management features:

store-view


React Hooks

Custom hooks for DependencyInjection (DI) and RxJS subscription management.

image


Installation

To easily use this library, just use npm install @mindspace-io/react-store