React Native Framework
(Redirected from React Native Multiplatform Framework)
Jump to navigation
Jump to search
A React Native Framework is an an open-source multi-platform front-end development framework.
- Context:
- It can (typically) be a Mobile App Framework.
- It can be used by a React Native Engineer.
- …
- Example(s):
- …
- Counter-Example(s):
- See: Front-End Development Framework, Web Development Framework.
References
2022
- (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/React_Native Retrieved:2022-8-15.
- React Native is an open-source UI software framework created by Meta Platforms, Inc. It is used to develop applications for Android, Android TV, iOS,[1] macOS, tvOS, Web, Windows and UWP by enabling developers to use the React framework along with native platform capabilities. It is also being used to develop virtual reality applications at Oculus.
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedCNET
2020
- https://www.altexsoft.com/blog/engineering/the-good-and-the-bad-of-reactjs-and-react-native/
- QUOTE: React Native renders some code components with native APIs, unlike other cross-platform frameworks such as PhoneGap, which render code via WebView, a mobile engine. While the WebView approach greatly reduces performance, React Native communicates with targeted components for iOS or Android and renders code to native APIs directly and independently. Doing that, React uses a separate thread from UI, which also increases the performance score.
2022
- https://rlogicaltech.medium.com/kotlin-and-react-native-the-best-cross-platform-options-for-app-developers-78df65fe7b85
- QUOTE: ... Kotlin Multiplatform and React Native are the leading cross-platform developing tools mostly preferred for developing mobile applications. ...
... While React Native is an open-source user interfaces software framework for developing mobile applications, the next-gen member of the React ancestors, Facebook, and the community developed this developmental software. It is used to develop iOS, Android, Android TV, macOS, and Windows applications. This cross-platform enables developers to use React framework along with the capabilities of the native platform. ...
- QUOTE: ... Kotlin Multiplatform and React Native are the leading cross-platform developing tools mostly preferred for developing mobile applications. ...