Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofluxjs/noflux-state
The internal state store for Noflux.
https://github.com/nofluxjs/noflux-state
autovivification immutable noflux state
Last synced: 3 days ago
JSON representation
The internal state store for Noflux.
- Host: GitHub
- URL: https://github.com/nofluxjs/noflux-state
- Owner: nofluxjs
- License: mit
- Created: 2017-03-30T15:01:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T14:47:23.000Z (over 6 years ago)
- Last Synced: 2024-12-23T02:47:41.479Z (10 days ago)
- Topics: autovivification, immutable, noflux, state
- Language: JavaScript
- Homepage: https://noflux.js.org/en/basic/state.html
- Size: 285 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @noflux/state
The internal state store for [Noflux](https://github.com/nofluxjs/noflux).
| Package | Version | Dependencies | DevDependencies | Build |
|--------|-------|------------|----------|----------|
| `@noflux/state` | [![npm (scoped)](https://img.shields.io/npm/v/@noflux/state.svg?maxAge=86400)](https://www.npmjs.com/package/@noflux/state) | [![Dependency Status](https://david-dm.org/nofluxjs/noflux-state.svg)](https://david-dm.org/nofluxjs/noflux-state) | [![devDependency Status](https://david-dm.org/nofluxjs/noflux-state/dev-status.svg)](https://david-dm.org/nofluxjs/noflux-state?type=dev) | [![Build Status](https://travis-ci.org/nofluxjs/noflux-state.svg?branch=next)](https://travis-ci.org/nofluxjs/noflux-state) |## Usage
All Noflux documentations can be found [here](https://github.com/nofluxjs/noflux).
You can read the online version at [noflux.js.org](https://noflux.js.org/).
## Contribution
For development:
```bash
npm install
npm run dev
```For publish:
```bash
npm publish
```