状态同步组件 Deepstream-react

码农软件 · 软件分类 · 网页组件 · 2019-04-09 07:57:11

软件介绍

Deepstream-react是一款deepstream和react的状态同步组件。

软件截图:basic input with deepstream-reacttodo list example with deepstream-react

代码示例:

var SyncedInput = React.createClass({
    mixins: [ DeepstreamMixin ],
    setValue: function( e ) {
        this.setState({ value: e.target.value });
    },
    render: function() {
        return (
            <input value={this.state.value} onChange={this.setValue} />
        )
    }});

本文地址:https://www.codercto.com/soft/d/3180.html

Domain-Driven Design

Domain-Driven Design

Eric Evans / Addison-Wesley Professional / 2003-8-30 / USD 74.99

"Eric Evans has written a fantastic book on how you can make the design of your software match your mental model of the problem domain you are addressing. "His book is very compatible with XP. It is n......一起来看看 《Domain-Driven Design》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具