@@ -43,53 +43,54 @@ $ ./node_modules/.bin/topcoder-lib-setup
43
43
44
44
## Reference
45
45
### Configurations
46
- - [ ** Babel Configurations** ] ( docs/babel-config.md ) &mdash ; Standard
46
+ - [ ** Babel Configurations** ] ( docs/babel-config.md ) &ndash ; Standard
47
47
configurations for [ Babel] ( https://babeljs.io/ ) ;
48
- - [ ** ESLint Configurations** ] ( docs/eslint-config.md ) &mdash ; Standard
48
+ - [ ** ESLint Configurations** ] ( docs/eslint-config.md ) &ndash ; Standard
49
49
configurations for [ ESLint] ( https://eslint.org/ ) ;
50
- - [ ** Jest Configurations** ] ( docs/jest-config.md ) &mdash ; Standard configurations
50
+ - [ ** Jest Configurations** ] ( docs/jest-config.md ) &ndash ; Standard configurations
51
51
for [ Jest] ( https://facebook.github.io/jest/ ) ;
52
- - [ ** Stylelint Configurations** ] ( docs/stylelint-config.md ) &mdash ; Standard
52
+ - [ ** Stylelint Configurations** ] ( docs/stylelint-config.md ) &ndash ; Standard
53
53
configurations for [ Stylelint] ( https://stylelint.io )
54
- - [ ** Webpack Configurations** ] ( docs/webpack-config.md ) &mdash ; Standard
54
+ - [ ** Webpack Configurations** ] ( docs/webpack-config.md ) &ndash ; Standard
55
55
configurations for [ Webpack] ( https://webpack.js.org/ ) .
56
56
57
57
### Components
58
- - [ ** ` Avatar ` ** ] ( docs/avatar.md ) &mdash ; The standard component for user avatars;
59
- - [ ** ` Button ` ** ] ( docs/button.md ) &mdash ; Handles buttons and button-like links
58
+ - [ ** ` Avatar ` ** ] ( docs/avatar.md ) &ndash ; The standard component for user avatars;
59
+ - [ ** ` Button ` ** ] ( docs/button.md ) &ndash ; Handles buttons and button-like links
60
60
(components that look like regular buttons, but behave as links) in the same
61
61
uniform manner;
62
- - [ ** ` Link ` and ` NavLink ` ** ] ( docs/link-and-navlink.md ) &mdash ; Auxiliary wrappers
62
+ - [ ** ` Link ` and ` NavLink ` ** ] ( docs/link-and-navlink.md ) &ndash ; Auxiliary wrappers
63
63
around [ React Router] ( https://github.com/ReactTraining/react-router ) 's ` <Link> `
64
64
and ` <NavLink> ` components; they help to handle external and internal links in
65
65
the same uniform manner;
66
- - [ ** ` ScalableRect ` ** ] ( docs/scalable-rect.md ) &mdash ; Container that keeps
66
+ - [ ** ` Modal ` ** ] ( docs/modal.md ) &ndash ; Themeable modal component;
67
+ - [ ** ` ScalableRect ` ** ] ( docs/scalable-rect.md ) &ndash ; Container that keeps
67
68
the specified aspect ratio regardless the width you set.
68
69
69
70
### NodeJS Scripts
70
- - [ ** topcoder-lib-setup** ] ( docs/topcoder-lib-setup-script.md ) &mdash ; Helps to
71
+ - [ ** topcoder-lib-setup** ] ( docs/topcoder-lib-setup-script.md ) &ndash ; Helps to
71
72
install and upgrade ** topcoder-react-utils** and other similar libraries.
72
73
73
74
### Redux Templates
74
- - [ ** Item** ] ( docs/redux-item.md ) &mdash ; An async piece of data in Redux store.
75
+ - [ ** Item** ] ( docs/redux-item.md ) &ndash ; An async piece of data in Redux store.
75
76
76
77
### Utilities
77
- - [ ** Client** ] ( docs/client.md ) &mdash ; Client-side initialization code.
78
- - [ ** Config** ] ( docs/config.md ) &mdash ; Isomorphic app config;
79
- - [ ** Global Styles** ] ( docs/global-styles.md ) &mdash ; Global styles necessary for
78
+ - [ ** Client** ] ( docs/client.md ) &ndash ; Client-side initialization code.
79
+ - [ ** Config** ] ( docs/config.md ) &ndash ; Isomorphic app config;
80
+ - [ ** Global Styles** ] ( docs/global-styles.md ) &ndash ; Global styles necessary for
80
81
a generic application;
81
- - [ ** Isomorphy** ] ( docs/isomorphy-utils.md ) &mdash ; Collection of helpers to deal
82
+ - [ ** Isomorphy** ] ( docs/isomorphy-utils.md ) &ndash ; Collection of helpers to deal
82
83
with isomorphic aspects of the code;
83
- - [ ** Jest utils** ] ( docs/jest-utils.md ) &mdash ; Collection of helpers to be used
84
+ - [ ** Jest utils** ] ( docs/jest-utils.md ) &ndash ; Collection of helpers to be used
84
85
in Jest tests code;
85
- - [ ** Redux utils** ] ( docs/redux-utils.md ) &mdash ; * TO BE DOCUMENTED*
86
- - [ ** SCSS Mixins** ] ( docs/scss-mixins.md ) &mdash ; Collection of useful style
86
+ - [ ** Redux utils** ] ( docs/redux-utils.md ) &ndash ; * TO BE DOCUMENTED*
87
+ - [ ** SCSS Mixins** ] ( docs/scss-mixins.md ) &ndash ; Collection of useful style
87
88
mixins;
88
- - [ ** Server** ] ( docs/server.md ) &mdash ; Easy creation and launch of web-server
89
+ - [ ** Server** ] ( docs/server.md ) &ndash ; Easy creation and launch of web-server
89
90
with standard configuration, that serves a ReactJS application with or without
90
91
server-side rendering, supports development tools (Hop Module Reloading), and
91
92
can be further configured for the needs of specific projects.
92
- - [ ** Webpack** ] ( docs/webpack-utils.md ) &mdash ; Various utils related to the
93
+ - [ ** Webpack** ] ( docs/webpack-utils.md ) &ndash ; Various utils related to the
93
94
Webpack bundling process.
94
95
95
96
## Development
0 commit comments