- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/deepstreamIO/deepstream.io-tools-react
- 软件文档: https://github.com/deepstreamIO/deepstream.io-tools-react.git
- 官方下载: https://github.com/deepstreamIO/deepstream.io-tools-react.git
软件介绍
Deepstream-react是一款deepstream和状态同步组件。
软件截图:
代码示例:
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} />
)
}});
Algorithms Unlocked
Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00
Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!
