0.0.18-48 • Published 5 years ago

@xterm-stack/client-react v0.0.18-48

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

References:

https://github.com/farfromrefug/react-xterm/blob/master/src/react-xterm.tsx

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.18-48

5 years ago

0.0.18-47

5 years ago

0.0.18-46

5 years ago

0.0.18-45

6 years ago

0.0.18-43

6 years ago

0.0.18-41

6 years ago

0.0.18-40

6 years ago

0.0.18-39

6 years ago

0.0.18-38

6 years ago

0.0.18-37

6 years ago

0.0.18-36

6 years ago

0.0.18-35

6 years ago

0.0.18-34

6 years ago

0.0.18-33

6 years ago

0.0.18-32

6 years ago

0.0.18-31

6 years ago

0.0.18-30

6 years ago

0.0.18-29

6 years ago

0.0.18-28

6 years ago

0.0.18-27

6 years ago

0.0.18-26

6 years ago

0.0.18-25

6 years ago

0.0.18-21

6 years ago

0.0.18-20

6 years ago

0.0.18-19

6 years ago

0.0.18-18

6 years ago

0.0.18-17

6 years ago

0.0.18-16

6 years ago

0.0.18-15

6 years ago

0.0.18-14

6 years ago

0.0.18-13

6 years ago

0.0.18-12

6 years ago

0.0.18-11

6 years ago

0.0.18-10

6 years ago

0.0.18-9

6 years ago

0.0.18-8

6 years ago

0.0.18-7

6 years ago

0.0.18-6

6 years ago

0.0.18-5

6 years ago

0.0.18-3

6 years ago

0.0.18-2

6 years ago

0.0.18-1

6 years ago

0.0.18-0

6 years ago

0.0.17

6 years ago

0.0.16-11

6 years ago

0.0.16-9

6 years ago

0.0.16-8

6 years ago

0.0.16-7

6 years ago

0.0.16-6

6 years ago

0.0.16-3

6 years ago

0.0.16-2

6 years ago

0.0.16-1

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago