An open API service indexing awesome lists of open source software.

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: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# AndcultureCode.JavaScript.React

![build status](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React/actions/workflows/build.yaml/badge.svg)
[![codecov](https://codecov.io/gh/AndcultureCode/AndcultureCode.JavaScript.React/branch/master/graph/badge.svg)](https://codecov.io/gh/AndcultureCode/AndcultureCode.JavaScript.React)
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#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!