0.0.19-23 • Published 7 years ago

@git-stack/client-core v0.0.19-23

Weekly downloads
68
License
MIT
Repository
github
Last release
7 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.19-23

7 years ago

0.0.19-22

7 years ago

0.0.19-20

7 years ago

0.0.19-19

7 years ago

0.0.19-18

7 years ago

0.0.19-15

7 years ago

0.0.19-14

7 years ago

0.0.19-10

7 years ago

0.0.19-5

7 years ago

0.0.19-3

7 years ago

0.0.19-2

7 years ago

0.0.18

7 years ago

0.0.19-1

7 years ago

0.0.19-0

7 years ago

0.0.18-1

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.7

7 years ago

0.0.7-8

7 years ago

0.0.7-7

7 years ago

0.0.7-6

7 years ago

0.0.7-5

7 years ago

0.0.6-0.0.7-4.0

7 years ago

0.0.7-3

7 years ago

0.0.7-2

7 years ago

0.0.7-1

7 years ago

0.0.7-0

7 years ago

0.0.6-29

7 years ago

0.0.6-28

7 years ago

0.0.6-27

7 years ago

0.0.6-26

7 years ago

0.0.6-25

7 years ago

0.0.6-24

7 years ago

0.0.6-23

7 years ago

0.0.6-22

7 years ago

0.0.6-21

7 years ago

0.0.6-20

7 years ago

0.0.6-19

7 years ago

0.0.6-18

7 years ago

0.0.6-17

7 years ago

0.0.6-16

7 years ago

0.0.6-15

7 years ago

0.0.6-14

7 years ago

0.0.6-13

7 years ago

0.0.6-12

7 years ago

0.0.6-11

7 years ago

0.0.6-10

7 years ago

0.0.6-9

7 years ago

0.0.6-8

7 years ago

0.0.6-7

7 years ago

0.0.6-6

7 years ago

0.0.6-0.0.6-6.0

7 years ago

0.0.6-y.0

7 years ago

0.0.6-5

7 years ago

0.0.6-4

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago