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
- Host: GitHub
- URL: https://github.com/brabadu/tanok
- Owner: brabadu
- License: mit
- Created: 2015-10-29T23:05:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T19:59:27.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T22:34:07.642Z (over 1 year ago)
- Topics: elm-architecture, flux, react, rxjs
- Language: JavaScript
- Size: 2.07 MB
- Stars: 23
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# tanok 💃
[](https://travis-ci.org/brabadu/tanok)
[](https://coveralls.io/r/brabadu/tanok?branch=master)
[](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.