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

https://github.com/brabadu/tanok

Elm Architecture-inspired wrapper for Rx.js+React
https://github.com/brabadu/tanok

elm-architecture flux react rxjs

Last synced: over 1 year ago
JSON representation

Elm Architecture-inspired wrapper for Rx.js+React

Awesome Lists containing this project

README

          

# tanok 💃

[![Build Status](https://travis-ci.org/brabadu/tanok.svg?branch=master)](https://travis-ci.org/brabadu/tanok)
[![Coverage Status](https://coveralls.io/repos/brabadu/tanok/badge.svg?branch=master)](https://coveralls.io/r/brabadu/tanok?branch=master)
[![npm downloads](https://img.shields.io/npm/dm/tanok.svg?style=flat-square)](https://www.npmjs.com/package/tanok)

State management for React using Rx.js and Elm Architecture inspiration.

You could start with [Elm Architecture Tutorial](https://github.com/evancz/elm-architecture-tutorial/), there's more info

Elm Architecture gives you a way to build complex UI with everything we'd like
to have these days. Unidirectional data flow, separation of concerns,
usable child components and fast HTML rendering.

**tanok** let's you do the same with JavaScript, React and Rx.js.

> **tanok** is also slavic circle dance

# Installation

To install the stable version:

`npm install --save tanok`

## How to start

Go on with [Getting Started](/docs/Basics.md) section

# Authors

Great people of Evo Company:

* [Anton Verinov](http://github.com/zemlanin)
* [Boryslav Larin](http://github.com/brabadu)
* [Dmitriy Sadkovoy](http://github.com/sadkovoy)
* [Dmitriy Zhuribeda](https://github.com/DZhuribeda)
* [Valeriy Morkovyn](http://github.com/Lex0ne)

With thoughtful tests and wise advices from many others.