@fullerstack/ngx-store

A Simple Redux Flat Store Library for Angular

Usage no npm install needed!

<script type="module">
  import fullerstackNgxStore from 'https://cdn.skypack.dev/@fullerstack/ngx-store';
</script>

README

@fullerstack/ngx-store

A simple Angular caching store that can also fetch and cache http requests

status-image version-image coverage-image download-image

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