From abe3985efde4039e8c7baba55bd4d26967a5dddc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 21 Jul 2020 14:53:41 +0000 Subject: [PATCH] Deploy website Deploy website version based on f863bef2b65f923cf89955816e3ce73f5cd06462 --- blog/2020/07/17/react-native-principles.html | 2 +- blog/2020/07/17/react-native-principles/index.html | 2 +- blog/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/2020/07/17/react-native-principles.html b/blog/2020/07/17/react-native-principles.html index aabc1c47d51..a59a7dc07cc 100644 --- a/blog/2020/07/17/react-native-principles.html +++ b/blog/2020/07/17/react-native-principles.html @@ -89,7 +89,7 @@

Declarative UI

We don’t believe in deploying the exact same user interface on every platform, we believe in exposing each platform’s unique capabilities with the same declarative programming model. Our declarative programming model is React.

In our experience, the unidirectional data flow popularized by React makes applications easier to understand. We prefer to express a screen as a composition of declarative components rather than imperatively managed views. React’s success on the web and the direction of the new native Android and iOS frameworks show that the industry has also embraced declarative UI.

-

React popularized declarative user interfaces. However, there remain many unsolved problems that React is unique positioned to solve. React Native will continue to build on top of the innovations of React and remain at the forefront of the declarative user interface movement.

+

React popularized declarative user interfaces. However, there remain many unsolved problems that React is uniquely positioned to solve. React Native will continue to build on top of the innovations of React and remain at the forefront of the declarative user interface movement.

Recent Posts