kulakowka / reelm

Awesome effect management library for redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#reelm

Travis branch Coveralls npm

Getting started

Install

npm install --save reelm

Building examples from sources

git clone https://github.com/tihonove/reelm.git
cd reelm
npm install

Counter example

cd 01_counter
npm install
npm start

Pair of counters example

cd 02_pair_of_counters
npm install
npm start

Data editor with confirmation dialog

cd 03_data_editor_with_confirm
npm install
npm start

...More example

WIP

About

Awesome effect management library for redux


Languages

Language:JavaScript 100.0%