React Native
How It Works
What is React?
Question no. 1
render() {
return <WriteComment />;
}
render() {
return (
<div>
<ProfilePicture />
<CommentInput />
</div>
);
}
render() {
return (
<div>
<ProfilePicture />
<CommentInput />
</div>
);
}
What is React Native?
Question no. 2
<span> <Text>
<Text> <UITextView>
<Text> <TextView>
How does it work?
Question no. 3
Main JavaScript
How do threads
interact?
Question no. 4
Main JavaScriptBridge
Asynchronous
Batched
Serializable
How does development
look like?
Question no. 5
react-native run-ios
react-native run-android
How do we use it
at Netcetera?
Question no. 6
Girders Elements
What is React?
What is React Native?
How does it work?
How do threads interact?
How does development look like?
How do we use it at Netcetera?
More questions? :)

React Native: How It Works