Fork me on GitHub
#cljsrn
<
2020-05-12
>
jaide20:05:16

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.

dnolen21:05:45

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

👏 8
dnolen21:05:56

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

dnolen21:05:15

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

dnolen21:05:48

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

dnolen21:05:04

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

dnolen21:05:26

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

dnolen21:05:01

(and blows away the cache)

dnolen21:05:25

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

dnolen21:05:51

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

Oliver George21:05:06

Right. I was wondering about that detail.

Oliver George21:05:09

I’ll give it a spin today.