An open API service indexing awesome lists of open source software.

https://github.com/jetsly/ddrx

A lightweight front-end framework based on rxjs. (Inspired by camel)
https://github.com/jetsly/ddrx

data rx rxjs store

Last synced: 4 months ago
JSON representation

A lightweight front-end framework based on rxjs. (Inspired by camel)

Awesome Lists containing this project

README

          

# ddrx

[![NPM version](https://img.shields.io/npm/v/drrx.svg?style=flat)](https://npmjs.org/package/drrx)
[![Build Status](https://img.shields.io/travis/Jetsly/drrx.svg?style=flat)](https://travis-ci.org/Jetsly/drrx)
[![NPM downloads](http://img.shields.io/npm/dm/drrx.svg?style=flat)](https://npmjs.org/package/drrx)
[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](http://opensource.org/licenses/MIT)

A lightweight front-end framework based on [rxjs](https://github.com/ReactiveX/rxjs). (Inspired by [vuex](https://github.com/vuejs/vuex))

---

### Install

```bash
$ npm install --save ddrx
```

## LICENSE

MIT