The Topcoder collection of generic ReactJS configurations, components and utilities to be shared between all internal and external ReactJS projects developed by the Topcoder community.
Install this package as
$ npm install --save topcoder-react-utils
- Babel Configurations — Standard configurations for Babel;
- ESLint Configurations — Standard configurations for ESLint;
- Webpack Configurations — Standard configurations for Webpack.
- Button — Handles buttons and button-like links (components that look like regular buttons, but behave as links) in the same uniform manner;
- Link and NavLink — Auxiliary wrappers
around React Router's
<Link>
and<NavLink>
components; they help to handle external and internal links in the same uniform manner.
- SCSS Mixins — Collection of useful style mixins;
To be written
Topcoder React Utils is MIT Licensed