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

https://github.com/fredlackey/reactjs-helpers

Helpful utilities and scripts to make ReactJS projects more legible and easier for the next developer to take over.
https://github.com/fredlackey/reactjs-helpers

Last synced: 2 months ago
JSON representation

Helpful utilities and scripts to make ReactJS projects more legible and easier for the next developer to take over.

Awesome Lists containing this project

README

        

# ReactJS Helpers (`reactjs-helpers`)

Helpful utilities and scripts to make ReactJS projects more legible and easier for the next developer to take over.

## Current Status

Based on the original [`cleaner-node`](https://www.npmjs.com/package/cleaner-node) project, this package intends to improve readability and maintainability of ReactJS projects by providing a set of utilities and scripts to help with common tasks.

## Installation

```bash
npm i reactjs-helpers
```

... or ...

```bash
npm install --save reactjs-helpers
```

## Contact

**Fred Lackey**
[[email protected]](mailto:[email protected])
[http://fredlackey.com](http://fredlackey.com)