cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
2020-05-12T20:18:16.053300Z

A friend has become a CTO of a small startup which is in need of a react-native app. It will be a paying gig and unfortunately I don't have the experience with RN to work on it. I'm looking for people who have published at least one react-native app they can point to as an example. If that sounds like something you're interested in please let me know and I'll setup an introduction.

dnolen 2020-05-12T21:06:45.054300Z

Krell reconnect after a RN refresh thanks to device caching is working and w/o any of previous problems

👏 2
dnolen 2020-05-12T21:06:56.054700Z

it's a pretty cool way to get back to a clean slate w/o stopping the REPL

dnolen 2020-05-12T21:07:15.055Z

one last thing to do and it'll be in master

Oliver George 2020-05-12T21:08:22.055300Z

Good stuff

dnolen 2020-05-12T21:13:48.055600Z

yeah just need to do the diffing part when you're starting a REPL session

dnolen 2020-05-12T21:14:04.056Z

in that case the server sends the index of what it knows about

dnolen 2020-05-12T21:14:26.056500Z

if the client see's a difference then it tells the user to refresh

dnolen 2020-05-12T21:15:01.056900Z

(and blows away the cache)

dnolen 2020-05-12T21:15:25.057600Z

so once you get going w/ a REPL you should not generally have to stop it anymore

dnolen 2020-05-12T21:15:51.058Z

(because all future changes are handled by hot-loading)

Oliver George 2020-05-12T21:19:06.059Z

Right. I was wondering about that detail.

Oliver George 2020-05-12T21:19:09.059100Z

I’ll give it a spin today.