https://github.com/rsm-hcd/AndcultureCode.JavaScript.React
Common patterns, functions, etc... used when building react applications
https://github.com/rsm-hcd/AndcultureCode.JavaScript.React
hacktoberfest javascript react reactjs typescript
Last synced: 9 months ago
JSON representation
Common patterns, functions, etc... used when building react applications
- Host: GitHub
- URL: https://github.com/rsm-hcd/AndcultureCode.JavaScript.React
- Owner: rsm-hcd
- Created: 2020-03-25T17:36:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T21:47:07.000Z (over 3 years ago)
- Last Synced: 2025-03-26T19:47:45.909Z (9 months ago)
- Topics: hacktoberfest, javascript, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 6
- Watchers: 6
- Forks: 8
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# AndcultureCode.JavaScript.React

[](https://codecov.io/gh/AndcultureCode/AndcultureCode.JavaScript.React)
[](#contributors-)
Common patterns, functions, etc... used when building react applications
## Getting started
This package is installed via npm or yarn
```shell
# npm
npm install --save-dev andculturecode-javascript-react
# yarn
yarn add andculturecode-javascript-react --dev
```
From there you can import the variety of modules.
```typescript
import {
AuthenticatedRoute,
NestedRoute,
NestedRoutes,
} from "andculturecode-javascript-react";
```
## Documentation
[Full API documentation](docs/README.md)
## 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](CONTRIBUTING.md)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Brandon Scott
💻 📖 ⚠️ 👀

Winton DeShong
💻 📖 ⚠️ 👀

Joshua Hughes
💻 👀

Michael Tyson
💻 ⚠️

Dylan Justice
👀

Mat Jones
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!