0.0.39-alpha.63 • Published 4 years ago

@sample-stack/client-react v0.0.39-alpha.63

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years 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?

0.0.39-alpha.63

4 years ago

0.0.39-alpha.31

4 years ago

0.0.39-alpha.17

4 years ago

0.0.39-alpha.16

4 years ago

0.0.39-alpha.12

4 years ago

0.0.39-alpha.11

4 years ago

0.0.39

4 years ago

0.0.39-alpha.9

4 years ago

0.0.39-alpha.7

5 years ago

0.0.39-alpha.1

5 years ago

0.0.38-alpha.16

5 years ago

0.0.38-alpha.15

5 years ago

0.0.38-alpha.14

5 years ago

0.0.38-alpha.13

5 years ago

0.0.38

5 years ago

0.0.38-alpha.12

5 years ago

0.0.38-alpha.11

5 years ago

0.0.38-alpha.10

5 years ago

0.0.38-alpha.8

5 years ago

0.0.38-alpha.7

5 years ago

0.0.38-alpha.6

5 years ago

0.0.38-alpha.5

5 years ago

0.0.38-alpha.4

5 years ago

0.0.38-alpha.2

5 years ago

0.0.38-alpha.1

5 years ago

0.0.38-alpha.0

5 years ago

0.0.37-18

5 years ago

0.0.37-17

5 years ago

0.0.37-13

5 years ago

0.0.37-12

5 years ago

0.0.37-10

5 years ago

0.0.37-9

5 years ago

0.0.37-8

5 years ago

0.0.37-7

5 years ago

0.0.37-6

5 years ago

0.0.37-5

5 years ago

0.0.37-3

6 years ago

0.0.37-2

6 years ago

0.0.37-1

6 years ago

0.0.37-0

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.35-0

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.26

6 years ago

0.0.24

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.4

7 years ago

0.0.1

7 years ago