react-binding icon indicating copy to clipboard operation
react-binding copied to clipboard

Data binding for react - bindToMixin

Results 3 react-binding issues
Sort by recently updated
recently updated
newest added

Doesnt work in IE8 with shim/shams due to: ``` Object.defineProperty(PathObjectBinding.prototype, "requestChange", { get: function () { var _this = this; return function (value) { _this.value = value; }; }, enumerable:...

Hello! I seem to having problem using react-binding with browserify-shim. I use gulp to bundle my app, and use this config: "browserify-shim": { "jquery": "global:$", "react": "global:React", "react-dom": "global:ReactDOM", "react-bootstrap":...

Not sure what is going on, but when I bind to arrays the updates are extremely slow ()max 1-2 per second!. Do you have any idea what can be wrong?...