UNPKG

rx-basic-store

Version:

A simple reactive store for state management using RxJs. Can be used in React, Angular and other frameworks. When providing a ```dataApi``` implentation you can automatically sync stata to for example firebase [(example)](https://github.com/Marcelh1983/r

5 lines (4 loc) 121 B
export * from './lib/store'; export * from './lib/types'; export * from './lib/context'; export * from './lib/data-api';