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

https://github.com/nozzlegear/react-utils.ts

A public repo for some rando React utility functions that I use in most TS/JS projects.
https://github.com/nozzlegear/react-utils.ts

Last synced: 3 months ago
JSON representation

A public repo for some rando React utility functions that I use in most TS/JS projects.

Awesome Lists containing this project

README

          

# react-utils.ts
A public repo for some rando React utility functions that I use in most TS/JS projects.

### Installation

From NPM:

```bash
npm install --save github:nozzlegear/react-utils.ts
```

Using [Typings](https://github.com/typings/typings):

```bash
typings install github:nozzlegear/react-utils.ts --save
```

Using NPM and [TSD](https://github.com/Definitelytyped/tsd):

```bash
npm install github:nozzlegear/react-utils.ts

tsd link
```