Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开始使用 hood.ie 来制作一个网络应用程序。
我想问一下,当沙发数据库中的数据发生变化时,是否有一种方便的方法来刷新页面?
谢谢。
如果你有一个呈现页面的函数,比如render,你可以这样做
render
hoodie.store.on("change", render)
"change"每当您的数据发生更改时,该事件都会触发,无论是因为您调用了hoodie.storeAPI,还是因为从远程同步的更改
"change"
hoodie.store