@rsm-hcd/javascript-react
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

HCD JavaScript React

Common patterns, functions, etc... used when building react applications

Getting started

This package is installed via npm, pnpm or yarn

# npm
npm install --save-dev @rsm-hcd/javascript-react

# pnpm
pnpm install --save-dev @rsm-hcd/javascript-react

# yarn
yarn add @rsm-hcd/javascript-react --dev

From there you can import the variety of modules.

import {
    AuthenticatedRoute,
    NestedRoute,
    NestedRoutes,
} from "@rsm-hcd/javascript-react";

Documentation

Full API documentation

Peer dependencies

This package wraps several external packages for our own configuration and ease of use, such as axios, i18next, etc. These will need to be installed alongside this package, even if you do not plan on leveraging features that rely on them.

Package Sidebar

Install

npm i @rsm-hcd/javascript-react

Weekly Downloads

4

Version

3.3.0

License

MIT

Unpacked Size

167 kB

Total Files

9

Last publish

Collaborators

  • myty