Anyone planning to work on implementing React Native's runtime UI hot patching, without the browser and JavaScript involved?
Conversation
1
it's easy to avoid the browser, but why do you want to avoid js?
1
I'd flip the question, why make someone doing pure ObjC/Swift native work have to use JS for their UI code?
1
"learn once, write anywhere." but no, i don't know of anyone working on such a thing.
1
yeah I know their philosophy, but that would mean your entire app is JS. The hot swap is equally valuable to tradn'l native.
2
Replying to
sure. it is possible to implement such a thing. don't know of anyone doing it.

