Skip to content

Commit 53b81c8

Browse files
committed
Update links
1 parent 20a3a4f commit 53b81c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/10/en/part10a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Traditionally, developing native iOS and Android applications has required the d
1111

1212
One of the popular approaches to unify the platform-specific development has been to utilize the browser as the rendering engine. [Cordova](https://cordova.apache.org/) is one of the most popular platforms for building cross-platform applications. It allows for developing multi-platform applications using standard web technologies - HTML5, CSS3, and JavaScript. However, Cordova applications are running within an embedded browser window in the user's device. That is why these applications can not achieve the performance nor the look-and-feel of native applications that utilize actual native user interface components.
1313

14-
[React Native](https://reactnative.dev/) is a framework for developing native Android and iOS applications using JavaScript and React. It provides a set of cross-platform components that behind the scenes utilize the platform's native components. Using React Native allows us to bring all the familiar features of React such as JSX, components, props, state, and hooks into native application development. On top of that, we can utilize many familiar libraries in the React ecosystem such as [React Redux](https://react-redux.js.org/), [Apollo](https://github.com/apollographql/react-apollo), [React Router](https://reactrouter.com/en/main) and many more.
14+
[React Native](https://reactnative.dev/) is a framework for developing native Android and iOS applications using JavaScript and React. It provides a set of cross-platform components that behind the scenes utilize the platform's native components. Using React Native allows us to bring all the familiar features of React such as JSX, components, props, state, and hooks into native application development. On top of that, we can utilize many familiar libraries in the React ecosystem such as [React Redux](https://react-redux.js.org/), [Apollo](https://www.apollographql.com/docs/react), [React Router](https://reactrouter.com/en/main) and many more.
1515

1616
The speed of development and gentle learning curve for developers familiar with React is one of the most important benefits of React Native. Here's a motivational quote from Coinbase's article [Onboarding thousands of users with React Native](https://benbronsteiny.wordpress.com/2020/02/27/onboarding-thousands-of-users-with-react-native/) on the benefits of React Native:
1717

@@ -21,7 +21,7 @@ The speed of development and gentle learning curve for developers familiar with
2121

2222
During this part, we will learn how to build an actual React Native application from the bottom up. We will learn concepts such as what are React Native's core components, how to create beautiful user interfaces, how to communicate with a server and how to test a React Native application.
2323

24-
We will be developing an application for rating [GitHub](https://github.com/) repositories. Our application will have features such as, sorting and filtering reviewed repositories, registering a user, logging in and creating a review for a repository. The back end for the application will be provided for us so that we can solely focus on the React Native development. The final version of our application will look something like this:
24+
We will be developing an application for rating [GitHub](https://github.com/) repositories. Our application will have features such as, sorting and filtering reviewed repositories, registering a user, logging in and creating a review for a repository. The backend for the application will be provided for us so that we can solely focus on the React Native development. The final version of our application will look something like this:
2525

2626
![Application preview](../../images/10/4.png)
2727

src/content/10/es/part10a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tradicionalmente, el desarrollo de aplicaciones nativas de iOS y Android ha requ
1111

1212
Uno de los enfoques populares para unificar el desarrollo específico de la plataforma ha sido utilizar el navegador como motor de renderizado. [Cordova](https://cordova.apache.org/) es una de las plataformas más populares para crear aplicaciones multiplataforma. Permite desarrollar aplicaciones multiplataforma utilizando tecnologías web estándar: HTML5, CSS3 y JavaScript. Sin embargo, las aplicaciones de Cordova se ejecutan dentro de una ventana de navegador integrada en el dispositivo del usuario. Es por eso que estas aplicaciones no pueden lograr el rendimiento ni la apariencia de las aplicaciones nativas que utilizan componentes de interfaz de usuario nativos reales.
1313

14-
[React Native](https://reactnative.dev/) es un marco para desarrollar aplicaciones nativas de Android e iOS usando JavaScript y React. Proporciona un conjunto de componentes multiplataforma que, entre bastidores, utilizan los componentes nativos de la plataforma. El uso de React Native nos permite incorporar todas las características familiares de React, como JSX, componentes, accesorios, estado y enlaces al desarrollo de aplicaciones nativas. Además de eso, podemos utilizar muchas bibliotecas conocidas en el ecosistema React, como [react-redux](https://react-redux.js.org/), [react-apollo](https://github.com/apollographql/react-apollo), [react-router](https://reacttraining.com/react-router/core/guides/quick-start) y muchos más.
14+
[React Native](https://reactnative.dev/) es un marco para desarrollar aplicaciones nativas de Android e iOS usando JavaScript y React. Proporciona un conjunto de componentes multiplataforma que, entre bastidores, utilizan los componentes nativos de la plataforma. El uso de React Native nos permite incorporar todas las características familiares de React, como JSX, componentes, accesorios, estado y enlaces al desarrollo de aplicaciones nativas. Además de eso, podemos utilizar muchas bibliotecas conocidas en el ecosistema React, como [react-redux](https://react-redux.js.org/), [react-apollo](https://www.apollographql.com/docs/react), [react-router](https://reacttraining.com/react-router/core/guides/quick-start) y muchos más.
1515

1616
La velocidad de desarrollo y la curva de aprendizaje suave para los desarrolladores familiarizados con React es uno de los beneficios más importantes de React Native. Aquí hay una cita motivacional del artículo de Coinbase [Incorporación de miles de usuarios con React Native](https://blog.coinbase.com/onboarding-thousands-of-users-with-react-native-361219066df4) sobre los beneficios de React Native:
1717

src/content/10/zh/part10a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ lang: zh
1313
<!-- One of the popular approaches to unify the platform-specific development has been to utilize the browser as the rendering engine. [Cordova](https://cordova.apache.org/) is one of the most popular platforms for building cross-platform applications. It allows developing multi-platform applications using standard web technologies - HTML5, CSS3, and JavaScript. However, Cordova applications are running within a embedded browser window in the user's device. That is why these applications can not achieve the performance nor the look-and-feel of native applications that utilize actual native user interface components.-->
1414
统一特定平台开发的流行方法之一,是利用浏览器作为渲染引擎。[Cordova](https://cordova.apache.org/)是构建跨平台应用的最流行的平台之一。它允许使用标准的网络技术--HTML5、CSS3和JavaScript来开发多平台应用。然而,Cordova应用是在用户设备的嵌入式浏览器窗口中运行。这就是为什么这些应用不能达到使用实际本地用户界面组件的本地应用的性能或外观和感觉的原因。
1515

16-
<!-- [React Native](https://reactnative.dev/) is a framework for developing native Android and iOS applications using JavaScript and React. It provides a set of cross-platform components that behind the scenes utilize the platform's native components. Using React Native allows us to bring all the familiar features of React such as JSX, components, props, state, and hooks into native application development. On top of that we are able to utilize many familiar libraries in React ecosystem such as [react-redux](https://react-redux.js.org/), [react-apollo](https://github.com/apollographql/react-apollo), [react-router](https://reacttraining.com/react-router/core/guides/quick-start) and many more.-->
17-
[React Native](https://reactnative.dev/)是一个使用JavaScript和React开发本地Android和iOS应用的框架。它提供了一套跨平台的组件,在幕后利用平台的本地组件。使用React Native使我们能够将React所有熟悉的功能,如JSX、组件、prop、状态和钩子带入本地应用开发。除此之外,我们还能利用React生态系统中许多熟悉的库,如[react-redux](https://react-redux.js.org/)[react-apollo](https://github.com/apollographql/react-apollo)[react-router](https://reacttraining.com/react-router/core/guides/quick-start)等等。
16+
<!-- [React Native](https://reactnative.dev/) is a framework for developing native Android and iOS applications using JavaScript and React. It provides a set of cross-platform components that behind the scenes utilize the platform's native components. Using React Native allows us to bring all the familiar features of React such as JSX, components, props, state, and hooks into native application development. On top of that we are able to utilize many familiar libraries in React ecosystem such as [react-redux](https://react-redux.js.org/), [react-apollo](https://www.apollographql.com/docs/react), [react-router](https://reacttraining.com/react-router/core/guides/quick-start) and many more.-->
17+
[React Native](https://reactnative.dev/)是一个使用JavaScript和React开发本地Android和iOS应用的框架。它提供了一套跨平台的组件,在幕后利用平台的本地组件。使用React Native使我们能够将React所有熟悉的功能,如JSX、组件、prop、状态和钩子带入本地应用开发。除此之外,我们还能利用React生态系统中许多熟悉的库,如[react-redux](https://react-redux.js.org/)[react-apollo](https://www.apollographql.com/docs/react)[react-router](https://reacttraining.com/react-router/core/guides/quick-start)等等。
1818

1919
<!-- The speed of development and gentle learning curve for developers familiar with React is one of the most important benefits of React Native. Here's a motivational quote from Coinbase's article [Onboarding thousands of users with React Native](https://blog.coinbase.com/onboarding-thousands-of-users-with-react-native-361219066df4) on the benefits of React Native:-->
2020
对于熟悉React的开发者来说,开发速度和温和的学习曲线是React Native最重要的好处之一。以下是Coinbase的文章[Onboarding thousands of users with React Native](https://blog.coinbase.com/onboarding-thousands-of-users-with-react-native-361219066df4)中关于React Native的好处的激励性引用。

0 commit comments

Comments
 (0)