om-next

linuss 2017-02-06T16:08:30.001157Z

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?