@common-stack/mobile-stack-react
TypeScript icon, indicating that this package has built-in type declarations

7.1.1-alpha.30 • Public • Published

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?

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.1.1-alpha.3032latest

Version History

VersionDownloads (Last 7 Days)Published
7.1.1-alpha.3032
7.1.1-alpha.297
7.1.1-alpha.2111
7.1.1-alpha.191
7.1.1-alpha.162
7.1.1-alpha.151
7.1.1-alpha.90
7.1.1-alpha.40
7.1.1-alpha.30
7.1.1-alpha.20
7.1.1-alpha.00
7.0.4-alpha.281
7.0.4-alpha.270
7.0.4-alpha.260
7.0.4-alpha.250
7.0.4-alpha.240
8.0.2-alpha.11
7.0.4-alpha.220
7.0.4-alpha.181
7.0.4-alpha.170
7.0.4-alpha.161
7.0.4-alpha.151
7.0.4-alpha.141
7.0.4-alpha.70
7.0.4-alpha.11
7.0.4-alpha.00
8.0.1-alpha.31
7.0.2-alpha.11
7.0.2-alpha.00
6.0.8-alpha.4926
8.0.1-alpha.11
8.0.1-alpha.00
6.0.8-alpha.320
6.0.8-alpha.311
6.0.8-alpha.300
6.0.8-alpha.290
6.0.8-alpha.240
6.0.8-alpha.220
6.0.8-alpha.200
6.0.8-alpha.170
6.0.8-alpha.161
6.0.8-alpha.130
6.0.8-alpha.70
6.0.8-alpha.11
6.0.8-alpha.00
6.0.6-alpha.1071
6.0.6-alpha.1060
6.0.6-alpha.1040
6.0.6-alpha.1001
6.0.6-alpha.941
6.0.6-alpha.920
6.0.6-alpha.911
6.0.6-alpha.891
6.0.6-alpha.880
6.0.6-alpha.871
6.0.6-alpha.861
6.0.6-alpha.850
6.0.6-alpha.841
6.0.6-alpha.790
6.0.6-alpha.730
6.0.6-alpha.610
6.0.6-alpha.530
6.0.6-alpha.500
6.0.6-alpha.490
6.0.6-alpha.290
6.0.6-alpha.271
6.0.6-alpha.200
6.0.6-alpha.171
6.0.6-alpha.151
6.0.6-alpha.140
6.0.6-alpha.81
6.0.6-alpha.70

Package Sidebar

Install

npm i @common-stack/mobile-stack-react

Weekly Downloads

105

Version

7.1.1-alpha.30

License

ISC

Unpacked Size

35.9 kB

Total Files

33

Last publish

Collaborators

  • common-stack