0.0.193 • Published 6 years ago

@ide-stack/client-core v0.0.193

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Client Core Package

Helper methods and interfaces that can be used by the client part of the packages

What does it include:

1. exported reducers
2. exported actions
3. exported graphql queries
4. Typescript 2.0.0 => ES6
5. unit testing with jest

Purpose:

This package can be installable in front-end webserver

What's not included

It does not have any client UI components such as React
It does have configured Redux Store

Useful commands:

npm run build       - build the library files
npm run test        - run tests once
npm run test:watch  - run tests in watchmode (Useful for development)

Files explained:

 src                         - directory is used for typescript code that is part of the project
    index.ts                 - Index file of the package. Consists of exported reducers and actions
    index.spec.ts            - Tests file for main
    actions                  - Contains Actions to transform the state tree
        index.ts             - References all the exported actions
    reducers                 - Contains reducers, pure function with (state, action) => state signature. 
        index.ts             - References all the exported reducers.
 package.json                - file is used to describe the library and packages that are required added under peer-dependencies section
 tsconfig.json               - configuration file for the library compilation
 webpack.config.js           - configuration file of the compilation automation process for the library
             
0.0.193

6 years ago

0.0.175

6 years ago

0.0.161

6 years ago

0.0.153

6 years ago

0.0.152

6 years ago

0.0.151

6 years ago

0.0.150

6 years ago

0.0.15-next.0

6 years ago

0.0.14-next.0

6 years ago

0.0.88

6 years ago

0.0.83

6 years ago

0.0.74

6 years ago

0.0.72

6 years ago

0.0.67

6 years ago

0.0.66

6 years ago

0.0.58

6 years ago

0.0.53

6 years ago

0.0.51

6 years ago

0.0.50

6 years ago

0.0.49

6 years ago

0.0.48

6 years ago

0.0.47

6 years ago

0.0.43

6 years ago

0.0.39

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.26

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.19

6 years ago

0.0.14

6 years ago

0.0.11

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago