Fork me on GitHub
#cljsrn
<
2015-11-17
>
johanatan00:11:35

@mfikes: is this still the best way to get live-reload capabilities in ambly/natal? https://www.youtube.com/watch?v=skuk4g-sT5k&amp;feature=youtu.be

johanatan00:11:59

It works but it would be nice to have some output appear in the console upon each reload.

mfikes00:11:10

@johanatan: Yes. I'd love to have Ambly just compose with Figwheel. But that hack works. There's also the compilation log that Natal mentions.

johanatan00:11:32

Ahh, yea. Forgot about that compilation log

johanatan00:11:52

I wonder how difficult it would be to tail a logfile from within a Clojure REPL. I'm imagining an 'expects' script that sets this up and automatically tails the log file in that REPL.

mfikes00:11:57

Yeah. That might be very useful for direct feedback

johanatan00:11:20

Anybody know how to do simple textinput validation (e.g., an email address input)?

dvcrn01:11:53

@mfikes: here's my talk http://www.slideshare.net/dvcrn/demand-driven-applications-with-omnext-and-react-native-55185632 though without audio it's not really helpful there is a video somewhere. I'll try to get my hands on it

mfikes01:11:29

Wow—video would be fantastic if you unearth it. :)

mfikes01:11:47

Otherwise, I can post the slides.

dvcrn01:11:48

ugh slideshare messed up the presentation. Let me try to fix that really fast before that

mfikes05:11:18

Dan Motzenbecker’s cranking out more good stuff! https://github.com/dmotz/natal-shell

tiensonqin06:11:00

Anyone know how to using Static Image Resources in cljs? https://facebook.github.io/react-native/docs/images.html#content

tiensonqin06:11:34

Tried [image {:source (js/require "./img/logo.png")}], not worked

dvcrn06:11:37

oh that natal-shell looks nice!

dvcrn06:11:57

@dmotz: how about adding a macro/function for wrapping components. (def something-something (wrap-component SomethingSomething)) to keep consistency with third party components

johanatan19:11:18

@tiensonqin: you need {:source {:isStatic true :uri "logo"}}