0.0.17-39 • Published 5 years ago

@finder-stack/client-react v0.0.17-39

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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.17-39

5 years ago

0.0.17-36

5 years ago

0.0.17-27

5 years ago

0.0.17-28

5 years ago

0.0.17-26

5 years ago

0.0.17-25

5 years ago

0.0.17-24

5 years ago

0.0.17-20

5 years ago

0.0.17-16

5 years ago

0.0.17-13

6 years ago

0.0.17-12

6 years ago

0.0.17-11

6 years ago

0.0.17-9

6 years ago

0.0.17-8

6 years ago

0.0.17-7

6 years ago

0.0.17-6

6 years ago

0.0.17-5

6 years ago

0.0.17-3

7 years ago

0.0.17-2

7 years ago

0.0.17-1

7 years ago

0.0.17-0

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-2

7 years ago

0.0.10-1

7 years ago

0.0.10-0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago