What is the translation of " REACT COMPONENT " in English?

react component
thành phần react
thành phần phản ứng
react components
thành phần react
thành phần phản ứng

Examples of using React component in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
PureComponent cũng giống như React. Component.
PureComponent is similar to React. Component.
Các React component có thể có state bằng cách thiết lập this.
React components can have state by setting this.
Để sử dụng bạn cần extends React. Component.
It's just like if you want to extend React. component.
Khi một React component subcribe tới sự thay đổi của context.
A React component that subscribes to context changes.
Đoạn code này định nghĩa một React component gọi là LikeButton.
This code defines a React component called LikeButton.
Combinations with other parts of speech
Usage with nouns
Mỗi React component được đóng gói và có thể hoạt động độc lập;
Each React component is encapsulated and can operate independently;
Về mặt khái niệm, React component luôn luôn gần như các hàm.
Conceptually, React components have always been closer to functions.
Tuy nhiên bạn cũng có thể tạo ra và render những React component tùy biến.
But you can compose and render custom React components too.
Bạn đã hoàn thành việc thêm React component đầu tiên vào website của bạn.
You have just added the first React component to your website.
Bằng việc xem xét đoạn code, bạn sẽ thấy đang có ba React component.
By inspecting the code, you will notice that we have three React components.
Ở ví dụ trên, ShoppingList là một React component class, hoặc React component type.
Here, ShoppingList is a React component class, or React component type.
Trang này giới thiệu khái niệm về state và lifecycle trong React component.
This page introduces the concept of state and lifecycle in a React component.
Trong phần lớn các trường hợp, một React component sẽ được define bằng props( external parameters) và state( internal data).
In most cases, a React component is defined by props(external parameters) and state(internal data).
Styled- components:cho phép bạn viết code CSS để tạo kiểu cho các React component.
Styled-components: allows you to write CSS code to style your React components.
Việc fetching data, thiết lập các subscription, và việc thay đổi DOM trong React component, những hành động như vậy được gọi là“ side effect”( hoặc“ effect).
Data fetching, setting up a subscription, and manually changing the DOM in React components are all examples of side effects.
Hãy nghĩ error boundaries như câu lệnh try- catch, nhưng là cho các React Component.
Think of error boundaries like try-catch statements, but for React components.
Belle không phải là thư viện React component duy nhất cho bạn, bạn còn có thể tìm được rất nhiều thư viện hay trên Github, như React widgets hoặc Elemental.
Belle is not the only React component library for you, you can find a lot of libraries or on Github, like React widgets or Elemental.
Sate nênđược cân nhắc là riêng tư đối với mỗi React component mà nó được định nghĩa.
State should be considered as private to a React component that it's defined in.
Trong tương lai, chúngtôi kỳ vọng Hook sẽ là cách chính để mọi người viết React component.
In the longer term,we expect Hooks to be the primary way people write React components.
Ứng dụng mở rộng React Devtools trên Chrome vàFirefox cho phép bạn kiểm tra một cây React component với công cụ dành cho nhà phát triển trên trình duyệt.
The React Devtools extension for Chrome andFirefox lets you inspect a React component tree with your browser's developer tools.
React DevTools cho phép bạn kiểm tra props và state hiện tại của các React component.
The React DevTools let you check the props and the state of your React components.
Một React Component là một object không chỉ xuất ra HTML như một template truyền thống mà còn bao gồm cả các mã cần thiết để kiểm soát nó.
A React component is a single object that not only outputs HTML like a traditional template would, but also includes all the code needed to control that output.
Trong phần này, chúng tôi sẽ trình bày về cách làm thế nào để thêm một React component vào một trang HTML đang có.
In this section, we will show how to add a React component to an existing HTML page.
Error boundaries là một React component sẽ catch Javascript errors xảy ra bên trong các child component, log lại error và hiển thị lỗi ở phần UI đó thay vì crash toàn bộ app.
Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI instead of the crashed component tree.
Điều này sẽ cho phép chúng ta tìm thấy phần tử này từ Javascript code vàhiển thị một React component bên trong nó.
This will allow us to find it from the JavaScript code later anddisplay a React component inside of it.
Belle là thư viện React component trang bị cho bạn một bộReact component có thể áp dụng vào project của mình, như“ Button”,“ Card”,“ Spinner”,“ Toggle”,“ Rating”, nhiều dạng components,….
Belle is the React component library that equips you with a set of React components that can be applied to your project, like“Button”,“Card”,“Spinner”,“Toggle”,“Rating”, various components,….
Nó phải trả về một Promise vàphân giải thành một module với một default export có chứa một React component.
This must return a Promise whichresolves to a module with a default export containing a React component.
Đối số type có thể là tên của thẻdạng ký tự( ví dụ như' div' hay' span'), một kiểu React component( class hay function), hoặc là một loại React fragment.
The type argument can be either atag name string(such as'div' or'span'), a React component type(a class or a function), or a React fragment type.
Đôi khi việc sử dụng controller component khá là tẻ nhạt, bởi vì bạn cần phải viết một hàm xử lí sự kiện( event handler) cho tất các các trường hợp làm thay đổi data vàkết nối lại tất cả các input state thông qua React component.
It can sometimes be tedious to use controlled components, because you need to write an event handler for every way your data can change andpipe all of the input state through a React component.
Hai dòng code này tìm thẻ mà chúng ta đã thêm vào trang HTML ở bước đầu tiên, và sau đó hiển thị nút“ Like”(một React component) bên trong div ở trên.
These two lines of code find the we added to our HTML in the first step,and then display our“Like” button React component inside of it.
Results: 213, Time: 0.0186

Word-for-word translation

Top dictionary queries

Vietnamese - English