Skip to content

maxceem/topcoder-react-utils

Repository files navigation

Topcoder React Utils

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.

Installation

Install this package as

$ npm install --save topcoder-react-utils

You are done if you will use only components and utilities provided by this package. If you are to use configurations, you must also install peer dependencies:

$ npm install -g install-peerdeps
$ install-peerdeps topcoder-react-utils

Peer dependencies will be also stored into package.json of your project, thus future invokations of npm install will automatically install them, and you won't need to use install-peerdeps as long as you don't update topcoder-react-utils version.

Configurations

Components

  • Link and NavLink — Auxiliary wrappers around React Router's <Link> and <NavLink> components; they help to handle external and internal links in a single uniform manner;

Utilities

To be added

Development

To be written

License

Topcoder React Utils is MIT Licensed

About

Topcoder collection of generic ReactJS components and utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 5.5%