You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2013-06-21-react-v0-3-3.md
+13-9
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,25 @@ title: "React v0.3.3"
3
3
author: [zpao]
4
4
---
5
5
6
-
We have a ton of great stuff coming in v0.4, but in the meantime we're releasing v0.3.3. This release addresses some small issues people were having and simplifies our tools to make them easier to use.
7
-
6
+
Chúng tôi có rất nhiều thứ tuyệt vời sắp ra mắt trong phiên bản v0.4, nhưng trong thời gian chờ đợi, chúng tôi sẽ phát
7
+
hành phiên bản v0.3.3. Bản phát hành này giải quyết một số vấn đề nhỏ mà mọi người đang gặp phải và đơn giản hóa các
8
+
công cụ của chúng tôi để giúp chúng dễ sử dụng hơn.
8
9
9
10
## react-tools {#react-tools}
10
11
11
-
* Upgrade Commoner so `require` statements are no longer relativized when passing through the transformer. This was a feature needed when building React, but doesn't translate well for other consumers of `bin/jsx`.
12
-
* Upgraded our dependencies on Commoner and Recast so they use a different directory for their cache.
13
-
* Freeze our esprima dependency.
14
-
12
+
*
13
+
* Nâng cấp Commoner để các câu lệnh `request` không còn được tương đối hóa khi đi qua máy biến áp. Đây là một tính năng
14
+
cần thiết khi xây dựng React, nhưng không tốt cho những người tiêu dùng khác của `binjsx`.
15
+
* Đã nâng cấp các phần phụ thuộc của chúng tôi lên Commoner và Recast để họ sử dụng một thư mục khác cho bộ nhớ cache
16
+
của họ.
17
+
* Đóng băng sự phụthuộc esprima của chúng tôi.
15
18
16
19
## React {#react}
17
20
18
-
*Allow reusing the same DOM node to render different components. e.g. `React.renderComponent(<div/>, domNode); React.renderComponent(<span/>, domNode);` will work now.
19
-
21
+
*Cho phép sử dụng lại cùng một nút DOM để hiển thị các thành phần khác nhau. ví
22
+
dụ. `React.renderComponent (<div>, domNode); React.renderComponent (<span>, domNode); `sẽ hoạt động ngay bây giờ.
20
23
21
24
## JSXTransformer {#jsxtransformer}
22
25
23
-
* Improved the in-browser transformer so that transformed scripts will execute in the expected scope. The allows components to be defined and used from separate files.
26
+
* Đã cải tiến bộ biến áp trong trình duyệt để các tập lệnh được chuyển đổi sẽ thực thi trong phạm vi dự kiến. Cho phép
27
+
các thành phần được xác định và sử dụng từ các tệp riêng biệt.
-[Glitch: React Starter Kit](https://glitch.com/glimmer/post/react-starter-kit) - A free, 5-part video course with interactive code examples that will help you learn React.
11
+
-[Glitch: React Starter Kit](https://glitch.com/glimmer/post/react-starter-kit) - Một khóa học miễn phí về React với 5 phần và các ví dụ đầy đủ ở đây sẽ giúp bạn học React dễ dàng hơn.
12
12
13
-
-[Codecademy: React 101](https://www.codecademy.com/learn/react-101) - Codecademy's introductory course for React.
13
+
-[Codecademy: React 101](https://www.codecademy.com/learn/react-101) - Khóa học giới thiệu React của Codecademy's.
14
14
15
-
-[Egghead.io: Start Learning React](https://egghead.io/courses/start-learning-react) - This series will explore the basic fundamentals of React to get you started.
15
+
-[Egghead.io: Start Learning React](https://egghead.io/courses/start-learning-react) - Loạt bài này sẽ giải thích cho bạn những thứ cơ bản để có thể bắt đầu với React.
16
16
17
-
-[React Crash Course 2018](https://www.youtube.com/watch?v=Ke90Tje7VS0) - A beginner-friendly crash course through the most important React topics.
17
+
-[React Crash Course 2018](https://www.youtube.com/watch?v=Ke90Tje7VS0) - Một khóa học cấp tốc cơ bản đi qua những vấn đề trong React.
18
18
19
-
-[Frontend Armory: React Fundamentals](https://frontarm.com/courses/react-fundamentals/) - Learn React without the buzzwords.
19
+
-[Frontend Armory: React Fundamentals](https://frontarm.com/courses/react-fundamentals/) - Học React mà không có `Class`
20
20
21
-
-[Egghead.io: The Beginner's Guide to ReactJS](https://egghead.io/courses/the-beginner-s-guide-to-react) - Free course for React newbies and those looking to get a better understanding of React fundamentals.
21
+
-[Egghead.io: The Beginner's Guide to ReactJS](https://egghead.io/courses/the-beginner-s-guide-to-react) - Khóa học miễn phí cho người mới bắt đầu giúp họ có cái nhìn tổng quan và hiểu hơn về React Fundamentals.
22
22
23
-
-[Free React Bootcamp](https://tylermcginnis.com/free-react-bootcamp/) - Recordings from three days of a free online React bootcamp.
23
+
-[Free React Bootcamp](https://tylermcginnis.com/free-react-bootcamp/) - Khóa học từ 3 ngày miễn phí React bootcamp.
24
24
25
-
-[Scrimba: Learn React for free](https://scrimba.com/g/glearnreact) - 48 hands-on video tutorials building react apps.
25
+
-[Scrimba: Learn React for free](https://scrimba.com/g/glearnreact) - Video 48 giờ thực hành xây dựng một ứng dụng React.
26
26
27
-
-[University of Helsinki: Full Stack Open MOOC](https://fullstackopen.com/en/) - Learn to build web applications with React. Available in English, Spanish, Chinese and Finnish.
27
+
-[University of Helsinki: Full Stack Open MOOC](https://fullstackopen.com/en/) - Học cách xây dựng một ứng dụng web với React.
28
28
29
29
30
30
## Paid Courses {#paid-courses}
31
31
32
-
-[Egghead.io](https://egghead.io/browse/frameworks/react) - Short instructional videos on React and many other topics.
32
+
-[Egghead.io](https://egghead.io/browse/frameworks/react) - Các video hướng dẫn ngắn về React và rất nhiều chủ đề khác.
33
33
34
-
-[Frontend Masters](https://frontendmasters.com/learn/react/) - Video courses on React.
34
+
-[Frontend Masters](https://frontendmasters.com/learn/react/) - Các khóa học về React.
35
35
36
-
-[Fullstack React](https://www.fullstackreact.com/) - The up-to-date, in-depth, complete guide to React and friends.
36
+
-[Fullstack React](https://www.fullstackreact.com/) - Được cập nhật thường xuyên, chuyên xây. đầy đủ về React và các thành phần liên quan.
37
37
38
-
-[Pure React](https://daveceddia.com/pure-react/) - A step-by-step guide to mastering React.
38
+
-[Pure React](https://daveceddia.com/pure-react/) - Từng bước để thành thạo React.
39
39
40
-
-[React for Beginners](https://reactforbeginners.com/) - Learn React in just a couple of afternoons.
40
+
-[React for Beginners](https://reactforbeginners.com/) - Học React trong vài buổi chiều.
41
41
42
-
-[React for Designers](https://designcode.io/react) - A 6-hour React course for designers, by designers.
42
+
-[React for Designers](https://designcode.io/react) - Khóa học 6 giờ dành cho các nhà thiết kế, bởi các nhà thiết kế.
43
43
44
-
-[React Essentials for Designers](https://learnreact.design) - React courses tailored for designers: the fundamentals, capabilities, limitations and how they relate to design.
44
+
-[React Essentials for Designers](https://learnreact.design) - Các khóa học về React phù hợp với các nhà thiết kế: các nguyên tắc cơ bản, khả năng, giới hạn và cách chúng liên quan đến thiết kế.
45
45
46
-
-[Essential React](https://learnreact.com/lessons/2018-essential-react-1-overview) - A crash course for doers, moving fast from "Hello World" to advanced component composition.
46
+
-[Essential React](https://learnreact.com/lessons/2018-essential-react-1-overview) - Một khóa học cấp tốc dành cho người làm, chuyển nhanh từ "Hello World" sang thành phần cấu thành nâng cao.
47
47
48
-
-[React Training: Advanced React.js](https://courses.reacttraining.com/p/advanced-react) - Take your React skills to the next level.
48
+
-[React Training: Advanced React.js](https://courses.reacttraining.com/p/advanced-react) - Nâng cao kỹ năng React của bạn lên cấp độ tiếp theo.
49
49
50
-
-[Tyler McGinnis](https://tylermcginnis.com/courses) - Tyler McGinnis provides access to his courses for a monthly fee. Courses include "React Fundamentals" and "Universal React".
50
+
-[Tyler McGinnis](https://tylermcginnis.com/courses) - Tyler McGinnis cung cấp quyền truy cập vào các khóa học của mình với một khoản phí hàng tháng. Các khóa học bao gồm "React Fundamentals" và "Universal React".
51
51
52
-
-[Mastering React](https://codewithmosh.com/p/mastering-react/) - Build professional interactive apps with React.
52
+
-[Mastering React](https://codewithmosh.com/p/mastering-react/) - Xây dựng các ứng dụng tương tác chuyên nghiệp với React.
53
53
54
-
-[React Tutorial](https://react-tutorial.app) - Learn React step by step in an interactive environment with flashcards.
54
+
-[React Tutorial](https://react-tutorial.app) - Học React từng bước trong môi trường tương tác với Flashcards.
55
55
56
-
-[Road to React](https://www.roadtoreact.com/) - Your journey to master React in JavaScript.
56
+
-[Road to React](https://www.roadtoreact.com/) - Hành trình của bạn để thành thạo React trong JavaScript.
57
57
58
-
-[Epic React](https://epicreact.dev/) - Confidently Ship Well-Architected Production Ready React Apps Like a Pro
58
+
-[Epic React](https://epicreact.dev/) - Tự tin, sẵn sàng với React như một chuyên gia
Copy file name to clipboardExpand all lines: content/docs/add-react-to-a-website.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,7 @@ return (
149
149
150
150
Hai đoạn code trên là tương đương nhau. Trong khi **JSX [hoàn toàn là tuỳ chọn](/docs/react-without-jsx.html)**, nhiều người thấy rằng nó khá hữu ích cho việc viết UI code -- cả với React và với các thư viện khác.
151
151
152
-
<<<<<<< HEAD
153
-
Bạn có thể trải nghiệm với JSX bằng cách sử dụng [bộ chuyển đổi online](https://babeljs.io/en/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=DwIwrgLhD2B2AEcDCAbAlgYwNYF4DeAFAJTw4B88EAFmgM4B0tAphAMoQCGETBe86WJgBMAXJQBOYJvAC-RGWQBQ8FfAAyaQYuAB6cFDhkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2&prettier=false&targets=&version=7.4.3).
154
-
=======
155
-
You can play with JSX using [this online converter](https://babeljs.io/en/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=DwIwrgLhD2B2AEcDCAbAlgYwNYF4DeAFAJTw4B88EAFmgM4B0tAphAMoQCGETBe86WJgBMAXJQBOYJvAC-RGWQBQ8FfAAyaQYuAB6cFDhkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2&prettier=false&targets=&version=7.15.7).
156
-
>>>>>>> f2158e36715acc001c8317e20dc4f45f9e2089f3
152
+
Bạn có thể trải nghiệm với JSX bằng cách sử dụng [bộ chuyển đổi online](https://babeljs.io/en/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=DwIwrgLhD2B2AEcDCAbAlgYwNYF4DeAFAJTw4B88EAFmgM4B0tAphAMoQCGETBe86WJgBMAXJQBOYJvAC-RGWQBQ8FfAAyaQYuAB6cFDhkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2&prettier=false&targets=&version=7.15.7).
0 commit comments