4.0.1-alpha.0 • Published 18 days ago

@common-stack/components-pro v4.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

React Package

React components and containers

What does it include:

1. exported react pure components
2. exported react containers
3. Typescript 2.0.0 => ES6
4. unit testing with jest

Purpose:

This package can be installable in front-end webserver

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 components and containers
    index.spec.ts            - Tests file for main
    components               - All pure components which don't depend on backend data or external state such as redux
        index.ts             - References all the exported components
    containers               - Components with data to render. Tightly coupled with redux. 
        index.ts             - References all the exported containers
 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

Tutorials:

react-jest-enzymes test

testing react with enzyme tutorial

react-redux-typescript-guide

Performance:

Redux FAQ: Connecting multiple components

React/Redux Links: Performance articles

React/Redux: Component re-rendering too often?

4.0.1-alpha.0

18 days ago

3.0.3-alpha.5

2 months ago

3.0.3-alpha.2

2 months ago

3.0.3-alpha.0

2 months ago

3.0.2-alpha.5

2 months ago

1.0.1-alpha.2

2 months ago

1.0.1-alpha.1

2 months ago

1.0.1-alpha.0

2 months ago

3.0.2-alpha.4

2 months ago

0.5.30

3 months ago

0.5.31

3 months ago

0.5.34

2 months ago

3.0.2-alpha.2

3 months ago

0.5.29

3 months ago

3.0.2-alpha.0

3 months ago

3.0.1-alpha.0

3 months ago

0.5.26

3 months ago

0.5.22

4 months ago

0.5.18

5 months ago

0.5.16

5 months ago

0.5.17

5 months ago

0.5.1-alpha.4

1 year ago

0.5.1

1 year ago

0.5.1-alpha.1

1 year ago

0.2.27

1 year ago

0.2.26

1 year ago

0.2.21

2 years ago

0.2.29

1 year ago

0.2.28

1 year ago

0.4.6

1 year ago

0.3.1-alpha.0

1 year ago

0.3.1-alpha.1

1 year ago

0.4.1

1 year ago

0.3.1-alpha.2

1 year ago

0.4.2

1 year ago

0.2.14

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.1

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago