This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-28
Channels
- # admin-announcements (1)
- # aleph (3)
- # bangalore-clj (4)
- # beginners (167)
- # boot (14)
- # cider (4)
- # cljs-dev (24)
- # cljsjs (21)
- # cljsrn (33)
- # clojure (214)
- # clojure-greece (2)
- # clojure-italy (2)
- # clojure-korea (16)
- # clojure-russia (29)
- # clojure-spec (31)
- # clojure-uk (86)
- # clojurescript (144)
- # core-matrix (2)
- # cursive (37)
- # datascript (5)
- # datomic (104)
- # devcards (2)
- # events (2)
- # jobs (2)
- # luminus (8)
- # midje (1)
- # nyc (4)
- # off-topic (1)
- # om (39)
- # om-next (1)
- # onyx (47)
- # perun (1)
- # planck (6)
- # proton (2)
- # re-frame (25)
- # reagent (40)
- # spacemacs (9)
- # vim (71)
- # yada (3)
Are there any gotchas involving core.async + re-frame-dispatch ? In particular, I have a situation where a number of dom elements send core.async messages to a channel; then this channel, when certain conditions are met, fires off re-frame/dispatches.
@cmath no issues I'm aware of - should be fine.
I've been short on time lately and haven't had a chance to use it, but will be using it extensively this week finally 🙂
@samueldev thank you, will be waiting your feedback 🙂
Does reframe have a builtin way to do canvas? I'm looking for something of the form: declare a canvas, provide an ratom and a function -- whenever the ratom changes, call the function (which executes a bunch of canvas commands).
@cmath, have you seen this? https://github.com/reagent-project/reagent-cookbook/blob/426442dea91f33a6f2a91c39586767e33d68a7ad/recipes/canvas-fills-div/src/cljs/canvas_fills_div/core.cljs
@pesterhazy : draw-canvas-contents looks like exactly what I am asking for
@andre: re-frisk will be at the conj though :)
@shaun-mahood wow! btw 0.3.0 is much faster, prettier, easier to install, no more js path, just one call (enable-re-frisk!)
Any interest in adding re-frisk to re-frame-template (`+re-frisk`)? I have been wanting to add it, just been a bit busy lately. I am open to PRs 🙂
@andre: awesome, in between flights right now so going to load it up!
@gadfly361 this one https://github.com/Day8/re-frame-template ? never used templates, i'll will dig in and definitely do PR