0.4.0 • Published 7 years ago

oscillate v0.4.0

Weekly downloads
26
License
MIT
Repository
github
Last release
7 years ago

oscillate

Oscillate is an opinionated data-layer for component-based applications that leverage traditional API calls for satisfying their data needs.

Note: by default, Oscillate will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages.

To use Oscillate in production mode, set the environment variable NODE_ENV to production. A minifier that performs dead-code elimination such as UglifyJS is recommended to completely remove the extra code present in development mode.

Usage

npm i oscillate --save
# or
yarn add oscillate
const { Environment } = require('oscillate');
// or
import { Environment } from 'oscillate';
0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago