andculturecode-javascript-react
v0.3.5
Published
Common patterns, functions, etc... used when building react applications
Downloads
38
Readme
AndcultureCode.JavaScript.React
Common patterns, functions, etc... used when building react applications
Getting started
This package is installed via npm or yarn
# npm
npm install --save-dev andculturecode-javascript-react
# yarn
yarn add andculturecode-javascript-react --dev
From there you can import the variety of modules.
import {
AuthenticatedRoute,
NestedRoute,
NestedRoutes,
} from "andculturecode-javascript-react";
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.
Contributing
Information on contributing to this repo is in the Contributing Guide
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!