0.0.1 • Published 6 years ago

postact v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

postact

Build Status

Reactive state for your react app

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'postact';

CommonJS use

Use require to load postact and everything else needed to create a template that uses postact:

var plugin = require("postact");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/postact/dist/global/postact.js'></script>