From 55d96c2a9a7853d193bdfc55c49063a3189b7133 Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Tue, 19 Sep 2023 14:32:10 +0200 Subject: [PATCH] docs: assess react native --- radar/2023-09-01/react-native.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 radar/2023-09-01/react-native.md diff --git a/radar/2023-09-01/react-native.md b/radar/2023-09-01/react-native.md new file mode 100644 index 0000000..9a952c3 --- /dev/null +++ b/radar/2023-09-01/react-native.md @@ -0,0 +1,10 @@ +--- +title: "React Native" +ring: assess +quadrant: languages-and-frameworks +tags: [coding, frontend] +--- + +[React Native](https://reactnative.dev/) is an open-source UI software framework used to build applications for Android, Android TV, iOS, macOS, tvOS, Web, Windows, and UWP by allowing developers to use the React framework along with native platform features. + +Developing applications with a single code base can help ensure consistent user experiences across platforms, with the performance advantages of native code.