This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-28
Channels
- # beginners (33)
- # boot (58)
- # cider (21)
- # cljs-dev (197)
- # cljsrn (112)
- # clojure (136)
- # clojure-belgium (5)
- # clojure-dev (57)
- # clojure-greece (1)
- # clojure-italy (3)
- # clojure-russia (6)
- # clojure-spec (148)
- # clojure-uk (54)
- # clojurescript (29)
- # cursive (24)
- # datomic (36)
- # devops (4)
- # emacs (11)
- # figwheel (1)
- # graphql (18)
- # hoplon (6)
- # leiningen (2)
- # luminus (4)
- # off-topic (7)
- # om (4)
- # onyx (27)
- # precept (1)
- # protorepl (12)
- # quil (1)
- # re-frame (28)
- # reagent (10)
- # ring (9)
- # robots (1)
- # rum (2)
- # slack-help (5)
- # spacemacs (16)
- # sql (16)
- # untangled (16)
- # vim (3)
- # yada (2)
I’ve created a clojure.spec error visualization component for Reagent which hopefully makes it easier to understand why specs fail. Feedback is welcome 🙂 https://github.com/Odinodin/data-frisk-reagent
Hello. Can reagent with-let
return fn
like you would do normally for a stateful component?
@nidu, with-let is for cleaning up resources. do you want to register other lifecycle methods ?
I'm making a simple SPA with reagent template. It looks like the included method for hosting the website is with Heroku. Is it possible to export the HTML/CSS/compiled JS to static files and use something like rsync to publish them to a server?
@michaelwfogleman try either reagent-frontend-template or reagent-figwheel template
Awesome thanks!
For some reason I thought reagent-frontend-template was a subset rather than an alternative. It looks much better suited to my use case though, thanks! 🙂