Fork me on GitHub
#cljsrn
<
2017-05-24
>
seantempesta07:05:36

@pesterhazy: That shit works? I find that kinda amazing. Ah what a brave new world we are venturing into.

mccraigmccraig08:05:06

@pesterhazy i currently have a re-frame/react/cordova app which deploys to ios, android and web - i would very much like to make it a re-frame/RN app deploying to the same targets - an ability to deploy to web from RN would simplify life considerably

pesterhazy09:05:44

it works well with reagent as far as I can tell

mengu10:05:14

hey all, does anybody would like to check a demo video of my app?

carocad10:05:17

depends, if I dont need to install anything and if it takes less than 5 minutes then yes

mengu10:05:50

it's a video @carocad, no installation and it's 2 mins 🙂

nikki18:05:35

has anyone written a generic cljs datastructure editor

nikki18:05:58

and if we had a generic editor then a map editor over an entity's 'pull' that 'transact's it back would just give you a full db editor

nikki18:05:09

and then one over an AST that you can then eval would be a code editor

nikki18:05:09

and so on

nikki18:05:33

i'm still new to cljs -- how would u guys architect such an impl?

nikki18:05:49

an edit-view that is a multimethod over all the types?

raspasov23:05:27

@nikki what do you mean by “generic cljs datastructure” editor? and how is that specific to React Native? (just trying to understand your idea better)

raspasov23:05:02

i.e. how is it specific to React Native vs just “for cljs”?