1.0.38 • Published 7 years ago

backbone.cord v1.0.38

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

About

backbone.cord.js is a React/Backbone library for data binding and a JSX-compatible declarative layout pipeline.

Requirements

  • Backbone 1.1+, other versions and variants may also work but haven't been tested
  • Modern Browser, IE9+ - Array.indexOf, Array.isArray, Object.getPrototypeOf, Object.defineProperty, Object.getOwnPropertyDescriptor, and Function.bind methods are used, possibly others that would need a polyfill on older browsers
  • jQuery and/or Underscore.js are NOT required, though normally used with Backbone.

Example

import {h, View} from "backbone.cord";

var MyView = View.extend({
	el() {
		return <p>Hello [model.firstName] [model.lastName].</p>;
	}
});

Documentation

For complete documentation please visit: https://github.com/backbone-cord/backbone-cord.github.io

License

MIT

1.0.38

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago