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

2.0.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, react-router-dom, 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

1

Version

2.0.0

License

MIT

Unpacked Size

61.9 kB

Total Files

7

Last publish

Collaborators

  • myty