@fullerstack/ngx-store
v0.0.7
Published
A Simple Redux Flat Store Library for Angular
Downloads
52
Maintainers
Readme
@fullerstack/ngx-store
A simple Angular caching store that can also fetch and cache http requests
Overview
Description
This library helps implementing a flat redux store, with simplicity and performance in mind.
@fullerstack/ngx-store attempts to simplify the reactive implementation of your Angular application, through redux patterns, while promoting DRY DRY.
How to install
npm i @fullerstack/ngx-store |OR| yarn add @fullerstack/ngx-store
How to use
TBD
License
Released under a (MIT) license.
Version
X.Y.Z Version
`MAJOR` version -- making incompatible API changes
`MINOR` version -- adding functionality in a backwards-compatible manner
`PATCH` version -- making backwards-compatible bug fixes