文件名称:om-sync:一个可重用的 Om 组件,用于保持本地应用程序状态与服务器应用程序状态同步
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-07 09:15:33
Clojure
同步 可重用同步组件。 例子 om-sync利用om.core/root允许的新:tx-listen选项。 例如,您可以想象像这样设置您的应用程序: ( let [tx-chan ( chan ) tx-pub-chan ( async/pub tx-chan ( fn [_] :txs ))] ( om-sync.util/edn-xhr { :method :get :url " /init " :on-complete ( fn [res] ( reset! app-state res) ( om/root app-view app-state { :target ( gdom/getElement " app " ) :shared { :tx-chan tx-
【文件预览】:
om-sync-master
----project.clj(765B)
----test()
--------om_sync()
----LICENSE(11KB)
----src()
--------om_sync()
----.gitignore(95B)
----README.md(3KB)