From f6cb7cba4fa5445952cd190d177b0e255b6a2a1a Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Fri, 15 Jul 2016 23:50:33 +1000 Subject: [PATCH] Include the example effect handlers --- CHANGES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3d1ae96..f780abb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -51,10 +51,11 @@ Headline: - there's now two kinds of event handlers: pure and effectful. XXX For description see: https://github.com/Day8/re-frame/wiki/Effectful-Event-Handlers For examples see: - 1. https://github.com/Day8/re-frame-async-flow-fx - 2. https://github.com/Day8/re-frame-http-fx - + 1. https://github.com/Day8/re-frame-http-fx + 2. https://github.com/Day8/re-frame-forward-events-fx + 3. https://github.com/Day8/re-frame-async-flow-fx + - taking advantage of the new effectful event handlers, there's now a new library which makes it easy to XXXX