REACT ELEMENT Meaning in Japanese - translations and usage examples

[ri'ækt 'elimənt]
[ri'ækt 'elimənt]
react要素

Examples of using React element in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
We call this object a React element.
このオブジェクトをReactelementと呼びます。
React elements. Typically created via JSX.
React要素通常はJSX経由で作成されます。
Verifies the object is a React element.
オブジェクトがReact要素であることを確認します。
Render a React element to its initial HTML.
React要素を初期状態のHTMLへと変換します。
We have a choice of Nike React Element 87.
NIKEREACTELEMENT87の魅力とは?
React elements are plain objects by design:.
Reactelementsは、設計上、単純なオブジェクトです。
These objects are called“React elements”.
このようなオブジェクトは“React要素”と呼ばれます。
It includes the React elements you return from your components.
その内部表現にはコンポーネントが返したReact要素も含まれています。
Returns true if element is any React element.
Elementが任意のReact要素である場合trueを返します。
Render a React element into a detached DOM node in the document.
React要素をドキュメントから切り離されたDOMノードにレンダーします。
You cannot use a general expression as the React element type.
一般的な式をReactの要素の型として使用することはできません。
Handling events with React elements has some syntactic differences:.
React要素でイベントを扱う場合には、構文上の違いがあります:。
The first part of a JSX tag determines the type of the React element.
JSXタグの先頭の部分は、React要素の型を決定しています。
Create and return a new React element of the given type.
与えられた型の新しいReact要素を作成して返します。
React DOM takes care of updating the DOM to match the React elements.
ReactDOMがReact要素に合致するようにDOMを更新する作業を担当します。
Previously, we only encountered React elements that represent DOM tags:.
前節では、DOMのタグを表すReact要素のみを扱いました:。
To render multiple items in React,we can use an array of React elements.
Reactで複数の要素を描画するには、React要素の配列を使うことができます。
Clone and return a new React element using element as the starting point.
Elementから新しいReact要素を複製して返します。
React elements are plain objects representing the component type(e.g. App) and the props.
React要素とはコンポーネントの型(例えばApp)とpropsを表すプレーンなオブジェクトである。
Since for is a reserved word in JavaScript, React elements use htmlFor instead.
ForはJavaScriptでの予約語であるため、React要素では代わりにhtmlForを使用します。
Each React element is a JavaScript object that you can store in a variable or pass around in your program.
React要素は、変数に格納したりプログラム内で受け渡ししたりできる、JavaScriptのオブジェクトです。
Remember that<App/> is a React element, that is, a description of what to render.
Lt;App/>がReact要素であること、つまり、何をレンダリングするかの説明書きであることを思い出してください。
The simplest version of React componentis a plain JavaScript function that returns a React element:.
もっともシンプルな形のReactコンポーネントは、React要素を返すプレーンなJavaScript関数です:。
JavaScript expressions inserted in JSX will evaluate to a string, a React element, or a list of those things. However, props.
JSXタグに挟まれたJavaScript式は、多くの場合は文字列やReact要素、あるいはこれらの要素のリストとして評価されます。ただし、props。
Render a React element into the DOM in the supplied container and return a reference to the component(or returns null for stateless components).
渡されたcontainerのDOMにReact要素をレンダーし、コンポーネントへの参照(ステートレスコンポーネントの場合はnull)を返します。
React components are small,reusable pieces of code that return a React element to be rendered to the page.
Reactのコンポーネントとは、ページに表示されるReact要素を返す、小さく再利用可能なコードのことです。
If the React element was previously rendered into container, this will perform an update on it and only mutate the DOM as necessary to reflect the latest React element.
React要素がすでにcontainerにレンダーされている場合は更新を行い、最新のReact要素を反映するために必要なDOMのみを変更します。
Mounting” is a recursive process that creates a DOM orNative tree given the top-level React element(e.g.<App/>).
マウント」とは、最上位のReact要素(例えば<App/>)を受け取り、DOMもしくはネイティブなツリーを構築する再帰的な処理である。
A component with a render prop takes a function that returns a React element and calls it instead of implementing its own render logic.
レンダープロップを持つコンポーネントは、自身のレンダーロジックを実装する代わりに、React要素を返す関数を受け取ってそれを呼び出します。
This function is a valid React component because it accepts a single“props”(which stands for properties)object argument with data and returns a React element.
この関数は、データの入った“props”(「プロパティ」の意味)というオブジェクトを引数としてひとつ受け取り、React要素を返すので、有効なReactコンポーネントです。
Results: 30, Time: 0.0276

Word-for-word translation

Top dictionary queries

English - Japanese