按照本网站的教程:http ://blog.krawaller.se/posts/the-reflux-data-flow-model/
我正在考虑替换var chatRef
为虚拟数据,而不是new Firebase(...)
如作者示例中所示使用。困惑这行到底是怎么读的?
chatRef.on("value",this.updateChat.bind(this));
什么是“价值”以及如何bind
运作?
试图使用 varchatRef = {0: "Hello", 1: "Hello"}
生产Uncaught TypeError: undefined is not a function