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.
Krell reconnect after a RN refresh thanks to device caching is working and w/o any of previous problems
it's a pretty cool way to get back to a clean slate w/o stopping the REPL
one last thing to do and it'll be in master
Good stuff
yeah just need to do the diffing part when you're starting a REPL session
in that case the server sends the index of what it knows about
if the client see's a difference then it tells the user to refresh
(and blows away the cache)
so once you get going w/ a REPL you should not generally have to stop it anymore
(because all future changes are handled by hot-loading)
Right. I was wondering about that detail.
I’ll give it a spin today.