0.3.2 • Published 10 months ago

@ekliptor/reactutils v0.3.2

Weekly downloads
-
License
GPL
Repository
-
Last release
10 months ago

reactutils

Basic helper functions for react-based browser apps.

Installation

npm install @ekliptor/reactutils

Usage

At the top of your source code file write:

with TypeScript:

import * as utils from "@ekliptor/reactutils";
const logger = utils.logger;

with JavaScript:

const utils = require("@ekliptor/reactutils");
const logger = utils.logger;

debug log

To enable the debug log in your browser, open the console and type:

localStorage.debug = 'ekliptor:*'
0.3.0

11 months ago

0.2.0

11 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.1.0

7 years ago