From 6b4c49a6b7e4281a148733c24f007d9b9613b280 Mon Sep 17 00:00:00 2001 From: Bilibili_BHznJNs <67158072+BHznJNs@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:34:39 +0800 Subject: Update index.html --- .../client-side_javascript_frameworks/introduction/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/zh-cn/learn') diff --git a/files/zh-cn/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.html b/files/zh-cn/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.html index 445a22b64f..388075622d 100644 --- a/files/zh-cn/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.html +++ b/files/zh-cn/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.html @@ -55,17 +55,17 @@ original_slug: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/介绍

Vue

-

Evan You first released Vue in 2014, after working on and learning from the original AngularJS project. Vue is the youngest of the big four, but has enjoyed a recent uptick in popularity.

+

在工作和学习了 AngularJS 的源码之后,Evan You (尤雨溪) 在2014年第一次发布 Vue 。Vue 是“四大框架”中最年轻的,但在最近,它的人气迅速上升。

-

Vue, like AngularJS, extends HTML with some of its own code. Apart from that, it mainly relies on modern, standard JavaScript.

+

Vue,就像 AngularJS,用它自己的代码拓展了 HTML。除此之外,它完全依赖于现代的、标准化的 JavaScript。

React

-

Facebook 在 2013 发布了 React。 在当时 React 已经被Facebook内部用来解决许多问题。 严格来说 React 本身并不是框架,而是一个用来渲染UI 组件的库。 React is used in combination with other libraries to make applications — React and React Native enable developers to make mobile applications; React and ReactDOM enables them to make web applications, etc.

+

Facebook 在 2013 发布了 React。在当时 React 已经被Facebook内部用来解决许多问题。 严格来说 React 本身并不是框架,而是一个用来渲染UI 组件的库。 React 被用来组合其它用来构建应用的库 —— React 和 React Native 让开发者能够用 JavaScript 构建移动应用; React 和 ReactDOM 使他们能够被用来制作 web 应用程序等。

-

Because React and ReactDOM are so often used together, React is colloquially understood as a JavaScript framework. As you read through this module, we will be working with that colloquial understanding.

+

因为 React 和 ReactDOM 被经常放在一起使用,通俗地讲,React 可以被理解为是一个 JavaScript 框架。当你通读了这个模块时,我们将使用这种口语化的理解进行工作。

-

React extends JavaScript with HTML-like syntax, known as JSX.

+

React 用类似 HTML 的语法的 JSX 拓展了 JavaScript。

框架为何会存在?

-- cgit v1.2.3-54-g00ecf