From eb0740e93eb55fb725330803421c670655fe0b07 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Mon, 22 Aug 2016 10:01:33 +1000 Subject: [PATCH] Make changes clearer --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5479066..5dfc6e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -45,10 +45,11 @@ Joking aside, this is a substantial release which will change how you use re-fra At this point, the todomvc example represents the best tutorial on the subject: https://github.com/Day8/re-frame/blob/master/examples/todomvc/src/todomvc/subs.cljs - - there's now three kinds of event handlers: `-db`, `-fx` and `-ctx`.
+ - re-frame now supports the notion of Event Handlers accepting coeffects and returning effects.
+ There's now three kinds of event handlers: `-db`, `-fx` and `-ctx`.
For a tutorial see: https://github.com/Day8/re-frame/tree/develop/docs
- For examples, see: + For Effect Handler examples see: 1. https://github.com/Day8/re-frame-http-fx 2. https://github.com/Day8/re-frame-forward-events-fx