Skip to content

Instantly share code, notes, and snippets.

@janherich
Created February 19, 2018 14:18
Show Gist options
  • Save janherich/1210ec44ea425778348de283e88cde1a to your computer and use it in GitHub Desktop.
Save janherich/1210ec44ea425778348de283e88cde1a to your computer and use it in GitHub Desktop.
Pure event
(handlers/register-handler-fx
:delete-chat
[re-frame/trim-v]
(fn [cofx [chat-id]]
(-> (chat.models/remove-chat cofx chat-id)
(update :db navigation/replace-view :home))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment