View Source Storex (storex v0.6.1)
Summary
Functions
Mutate store from elixir.
Invoke mutation callback globally across specified store asynchronously:
Storex.mutate("ExampleApp.Store", "reload", ["params"])
Mutate store from elixir.
Invoke mutation callback by specified key and store asynchronously:
Storex.mutate("user_id", "ExampleApp.Store", "reload", ["params"])