initial commit

This commit is contained in:
2019-03-22 14:35:37 -07:00
commit 760c9f2e93
10 changed files with 2916 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# react-mutable-store
Mutatable global stores for React, inspired by Vuex.
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/w33ble/react-mutable-store/master/LICENSE)
[![npm](https://img.shields.io/npm/v/react-mutable-store.svg)](https://www.npmjs.com/package/react-mutable-store)
[![Project Status](https://img.shields.io/badge/status-experimental-orange.svg)](https://nodejs.org/api/documentation.html#documentation_stability_index)
#### License
MIT © [w33ble](https://github.com/w33ble)