Fork me on GitHub
#reagent
<
2017-06-28
>
odinodin13:06:34

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

spieden17:06:35

odinodin: maybe xpost this to #clojure-spec

nidu15:06:24

Hello. Can reagent with-let return fn like you would do normally for a stateful component?

pesterhazy20:06:41

@nidu, with-let is for cleaning up resources. do you want to register other lifecycle methods ?

michaelwfogleman23:06:28

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?

gadfly36123:06:34

@michaelwfogleman try either reagent-frontend-template or reagent-figwheel template

ajs11:06:21

gadfly361: and then there is also the figwheel template with the reagent option

michaelwfogleman23:06:48

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! 🙂