Fork me on GitHub
#cljsrn
<
2016-01-06
>
artemyarulin06:01:26

I’ve used re-natal code as inspiration (= meaning stole it 😀 ) and now ktoa has the same level of support for external packages. Simply list all of the needed packages while building repl app and then use simple js/require

artemyarulin06:01:27

but being more serious - I’m so happy that we keep the source open and share the ideas and findings, really happy to be a part of this community 👍

docent15:01:51

Hi there. For reagent 6.0.0. alpha + react native, do you know how to correctly force reagent to use the right renderer - i.e. the react native renderer?

docent15:01:50

Unless I resort to dirty hacks, I am getting a "Target container is not a DOM element" when render is called

sridatta23:01:08

have you excluded the built-in react lib that comes with reagent?