/can-x

Create Auto updating React components with observable stores

Primary LanguageJavaScriptMIT LicenseMIT

can-x

Build Status

Create auto rendering React components with observable stores

Usage

ES6 use

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

import plugin from 'can-x';

CommonJS use

Use require to load can-x and everything else needed to create a template that uses can-x:

var plugin = require("can-x");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/can-x/dist/global/can-x.js'></script>