A Deep Dive on React Native [video]
youtube.com
A Deep Dive on React Native [video]
1–10 of 72 posts
Re: A Deep Dive on React Native [video]
#2Re: A Deep Dive on React Native [video]
#3This looks really nice. One question that I've found conflicting information about - is JavaScriptCore JITed on iOS 8? I know it isn't on iOS 7 and earlier, my understanding was that it was on iOS 8 but it's hard to find a definitive answer. Anyone know?
Re: A Deep Dive on React Native [video]
#4This looks really nice. One question that I've found conflicting information about - is JavaScriptCore JITed on iOS 8? I know it isn't on iOS 7 and earlier, my understanding was that it was on iOS 8 but it's hard to find a definitive answer. Anyone know?
The new webkit view (WKWebView) is JITed. I'm not sure about using JavaScriptCore independently of it though.
Re: A Deep Dive on React Native [video]
#5"This is a native component". "WOOOOOOOOH!!!" "YEAH!!"
Re: A Deep Dive on React Native [video]
#6Because flex-box has been re-implemented in JS, does this mean that the css-layout project [1] will provide flex-box support for older browsers?
I looked, but I couldn't find a "compatibility" section anywhere in the repo.
Re: A Deep Dive on React Native [video]
#7I'm definitely interested in seeing what React, and React Native, can do, but I have to say these people cheering like Ofrah just gave them a free car are kind of turning me off. "This is a native component". "WOOOOOOOOH!!!" "YEAH!!"
Re: A Deep Dive on React Native [video]
#8The one thing that's prevented me from using flex-box is browser support. Because flex-box has been re-implemented in JS, does this mean that the css-layout project [1] will provide flex-box support for older browsers? I looked, but I couldn't find a "compatibility" section anywhere in the repo. [1] https://github.com/facebook/css-layout
My current issue is how to measure text sizes: https://github.com/facebook/css-layout/blob/master/src/__tes...
Re: A Deep Dive on React Native [video]
#9Re: A Deep Dive on React Native [video]
#10The one thing that's prevented me from using flex-box is browser support. Because flex-box has been re-implemented in JS, does this mean that the css-layout project [1] will provide flex-box support for older browsers? I looked, but I couldn't find a "compatibility" section anywhere in the repo. [1] https://github.com/facebook/css-layout