dlivas / redux-example

Compilation of dummy implementations of createStore, combineReducers, and handleActions from redux and redux-actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Clone the project locally:

$ git clone https://github.com/ThisseasX/redux-example.git

Change directory to the project:

$ cd redux-example

Install the dependencies:

$ npm install

Run the tests:

$ npm test

Thank you for your time

About

Compilation of dummy implementations of createStore, combineReducers, and handleActions from redux and redux-actions.


Languages

Language:JavaScript 100.0%