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.
- Host: GitHub
- URL: https://github.com/nozzlegear/react-utils.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-04-06T21:28:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T21:38:40.000Z (over 9 years ago)
- Last Synced: 2025-03-06T02:48:03.915Z (7 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.tstsd link
```