3.0.2 • Published 9 months ago

@rsm-hcd/javascript-core v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

HCD JavaScript Core

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

Getting started

This package is installed via npm, pnpm or yarn

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

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

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

From there you can import the variety of modules.

import { CollectionUtils, CoreUtils } from "@rsm-hcd/javascript-core";

Peer dependencies

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

Internationalization

This package offers a variety of functions for localizing an application, wrapping i18next and i18next-browser-languagedetector. A complete setup guide can be found in the wiki here.

If developing in VS Code, the kazoo extension can be used to quickly insert typed keys and placeholder translations from Google Translate. (source | install)

3.0.2

9 months ago

3.0.1

9 months ago

3.0.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago