REACT COMPONENT Meaning in Japanese - translations and usage examples

[ri'ækt kəm'pəʊnənt]
[ri'ækt kəm'pəʊnənt]
reactコンポーネント

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
A React component can also return an array of elements:.
またReactコンポーネントは要素の配列を返すこともできます。
This code defines a React component called LikeButton.
このコードはLikeButtonというReactコンポーネントを定義しています。
This process, too, can be replaced with rendering a React component.
この処理もまたReactコンポーネントのレンダリングに置き換えられます。
Each React component is encapsulated and can operate independently;
それぞれのReactのコンポーネントはカプセル化されており独立して動作します。
You have just added the first React component to your website.
これであなたは自分のウェブサイトにはじめてのReactコンポーネントを導入できました。
This page introduces the concept of state and lifecycle in a React component.
このページではReactコンポーネントにおけるstateとライフサイクルについての導入を行います。
The constructor for a React component is called before it is mounted.
Reactコンポーネントのコンストラクタは、マウントされる前に呼び出されます。React。
In other cases you maywant to mock a native module that isn't a React component.
別のケースとして、Reactコンポーネントでないネイティブモジュールをモックしたいケースがあります。
Normally you would define a React component as a plain JavaScript class:.
通常、ReactコンポーネントはプレーンなJavaScriptクラスとして定義されます。
This must return a Promise whichresolves to a module with a default export containing a React component.
この関数はReactコンポーネントを含むdefaultexportを持つモジュールに解決されるPromiseを返さなければなりません。
Can you force a React component to rerender without calling setState?
ReactコンポーネントがsetStateを呼び出さずに再レンダリングできるようにすることはできますか?
This page contains a detailed API reference for the React component class definition.
このページにはReactコンポーネントクラス定義の詳細なAPIリファレンスがあります。
To define a React component class, you need to extend React. Component:..
Reactコンポーネントクラスを定義するには、React.Componentを継承する必要があります。
In this section, we will show how to add a React component to an existing HTML page.
このセクションでは、既存のHTMLページにReactコンポーネントを導入する方法を説明します。
Remove a mounted React component from the DOM and clean up its event handlers and state.
DOMからマウントされたReactコンポーネントを削除し、イベントハンドラやstateをクリーンアップします。
The easiest way to avoid conflicts is to prevent the React component from updating.
コンフリクトを回避する最も簡単な方法は、Reactコンポーネントが更新されないようにすることです。
Here, ShoppingList is a React component class, or React component type.
ここでShoppingListはReactコンポーネントのクラス、もしくはReactコンポーネントの型です。
This will allow us to find it from the JavaScript code later anddisplay a React component inside of it.
こうしておけば、後からJavaScriptのコードでこの<div>要素を探し出し、この中にReactコンポーネントを表示できます。
The simplest version of React component is a plain JavaScript function that returns a React element:.
もっともシンプルな形のReactコンポーネントは、React要素を返すプレーンなJavaScript関数です:。
And that check is how we could determine if something is a React component class or a regular function.
そしてこのチェックは、Reactコンポーネントクラスなのか通常の関数なのかを判断する方法です。
Then the React component that renders a form also controls what happens in that form on subsequent user input.
そうすることで、フォームをレンダーしているReactコンポーネントが、後続するユーザー入力でフォームで起きることも制御できるようになります。
The child to be modified could be an instance of a React component, or it could be a DOM element.
変更したい子要素がReactコンポーネントのインスタンスのことも、DOM要素のこともあるでしょう。
The function receives the React component instance or HTML DOM element as its argument, which can be stored and accessed elsewhere.
この関数は、引数としてReactコンポーネントのインスタンスまたはHTMLDOM要素を受け取ります。これを保持することで、他の場所からアクセスできます。
Although React is commonlyused at startup to load a single root React component into the DOM, ReactDOM.
Reactは一般的に起動時に単一のルートReactコンポーネントをDOMにロードして使用されるものですが、ReactDOM。
They don't have React component to render but can have implementation what HTTP response they return. Which means you can create Web API endpoints with that as like making Web servers.
Tsxは特殊なRouteで、Reactコンポーネントを持たない代わりにHTTPレスポンスをどう返すかを記述し、さもウェブサーバーを書くかのようにWebAPIとしてのエンドポイントを作ることができます。
Pass a mocked component module to this method to augment it with usefulmethods that allow it to be used as a dummy React component.
モック化されたコンポーネントモジュールをこのメソッドに渡すことで、ダミーのReactコンポーネントとして使用できるようになる便利なメソッドを追加することができます。
The React Devtools extension for Chrome andFirefox lets you inspect a React component tree with your browser's developer tools.
ChromeとFirefox用のReactDevtools拡張機能により、ブラウザの開発ツールでReactのコンポーネントツリーを調べることができます。
The simplest way to consume Backbone models and collections from a React component is to listen to the various change events and manually force an update.
ReactコンポーネントからBackboneのモデルとコレクションを利用する最もシンプルな方法は、様々な変更イベントを監視して手動で強制的に更新することです。
When the PHP file is changed it will be automatically reloaded,if there is a change in a React component without hitting refresh the component will update.
PHPファイルの変更があれば自動でリロードされ、Reactのコンポーネントに変更があればリロードなしでコンポーネントをアップデートします。
To demonstrate how to use it, we will connect a NameInput React component to a Backbone model, and update its firstName attribute every time the input changes:.
このコードの使い方を例示するために、NameInputというReactコンポーネントをBackboneモデルと接続して、入力が変更されるたびにfirstName属性を更新します:。
Results: 33, Time: 0.0308

Word-for-word translation

Top dictionary queries

English - Japanese