0.0.1-alpha.69 • Published 3 years ago

@ide-layout/client-react v0.0.1-alpha.69

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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.1-alpha.69

3 years ago

0.0.1-alpha.68

3 years ago

0.0.1-alpha.67

3 years ago

0.0.1-alpha.66

3 years ago

0.0.1-alpha.65

3 years ago

0.0.1-alpha.64

3 years ago

0.0.1-alpha.63

3 years ago

0.0.1-alpha.62

3 years ago

0.0.1-alpha.61

4 years ago

0.0.1-alpha.60

4 years ago

0.0.1-alpha.58

4 years ago

0.0.1-alpha.59

4 years ago

0.0.1-alpha.57

4 years ago

0.0.1-alpha.52

4 years ago

0.0.1-alpha.54

4 years ago

0.0.1-alpha.51

4 years ago

0.0.1-alpha.50

4 years ago

0.0.1-alpha.49

4 years ago

0.0.1-alpha.48

4 years ago

0.0.1-alpha.47

4 years ago

0.0.1-alpha.46

4 years ago

0.0.1-alpha.45

4 years ago

0.0.1-alpha.43

4 years ago

0.0.1-alpha.41

4 years ago

0.0.1-alpha.40

4 years ago

0.0.1-alpha.39

4 years ago

0.0.1-alpha.37

4 years ago

0.0.1-alpha.35

4 years ago

0.0.1-alpha.34

4 years ago

0.0.1-alpha.33

4 years ago

0.0.1-alpha.32

4 years ago

0.0.1-alpha.31

4 years ago

0.0.1-alpha.29

4 years ago

0.0.1-alpha.28

4 years ago

0.0.1-alpha.23

4 years ago

0.0.1-alpha.16

4 years ago

0.0.1-alpha.14

4 years ago

0.0.1-alpha.13

4 years ago

0.0.1-alpha.12

5 years ago

0.0.1-alpha.11

5 years ago

0.0.1-alpha.10

5 years ago

0.0.1-alpha.9

5 years ago

0.0.1-alpha.8

5 years ago

0.0.1-alpha.6

5 years ago

0.0.1-alpha.5

5 years ago

0.0.1-alpha.3

5 years ago

0.0.1-alpha.2

5 years ago

0.0.37-alpha.1

5 years ago