标签: clojurescript om
调用om/build时,可以发送fn选项,根据文档提供:
om/build
fn
`fn - a function to apply to x before invoking f.`
我的问题是,当om/transact!或om/update!应用于由fn操纵的光标(x)时,原始光标如何受到影响?
om/transact!
om/update!