Fork me on GitHub
#om-next
<
2017-02-06
>
linuss16:02:30

Hey guys, I have the following problem. I have an Om Next application that has both local state, and talks to a remote. Now, I have some functions that change the state on the remote. However, calling these functions does not automatically trigger my read functions (which also talk to the remote). Is there a way to either force a re-read, or to somehow link the mutate and read functions?