0.2.8 • Published 5 years ago

ci-simulation v0.2.8

Weekly downloads
6
License
ISC
Repository
-
Last release
5 years ago

CI SIMULATION LIBRARY

This is a ci-simulation library for you to create operations in your application.

Required

You need to use 'Redux' in your application to start it.

#installation

npm i --save ci-simulation

Documentation

#Configuration

Before you start using it, you need to do a litle configuration then you'll be able play with your code. See example bellow using 'ReactJs' to your store (source of thruth):

import { combineReducers, compose, createStore} from 'redux';
import { ciSimulationReducers } from "ci-simulation";

const reducers = combineReducers({
    ciSetup: persistedSetupSimulation
});

const state = createStore(reducers);

#Setup

Now you can use the actions, see this litle example bellow in a Reactjs component:

import { ciSimulationSelectors, ciSimulationActions } from "ci-simulation";
0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.0

5 years ago

1.0.0

5 years ago