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