Skip to content
/ can-x Public

Create Auto updating React components with observable stores

License

Notifications You must be signed in to change notification settings

BigAB/can-x

Repository files navigation

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>

About

Create Auto updating React components with observable stores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published