状态同步组件 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://codercto.com/soft/d/3180.html

你必须知道的495个C语言问题

你必须知道的495个C语言问题

Steve Summit / 孙云、朱群英 / 人民邮电出版社 / 2009-2 / 45.00元

“本书是Summit以及C FAQ在线列表的许多参与者多年心血的结晶,是C语言界最为珍贵的财富之一。我向所有C语言程序员推荐本书。” ——Francis Glassborow,著名C/C++专家,ACCU(C/C++用户协会)前主席 “本书清晰阐明了Kernighan与Ritchie《The C programming Language》一书中许多简略的地方,而且精彩地总结了C语言编程......一起来看看 《你必须知道的495个C语言问题》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

MD5 加密
MD5 加密

MD5 加密工具