REACT COMPONENTS Meaning in Japanese - translations and usage examples

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

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
React components are a great way to do that.
Reactコンポーネントを使えばお手の物です。
Common testing patterns for React components.
Reactコンポーネントのための一般的なテストのパターン集です。
React components can have state by setting this.
Reactコンポーネントはコンストラクタでthis。
We encourage you to use React components when you can.
可能であればReactコンポーネントを使用することをお勧めします。
React components have their own“lifecycle”.
Reactコンポーネントはそれぞれ「ライフサイクル」を持っています。
Does snapshot testing only work with React components?
スナップショットテストはReactコンポーネントでのみ利用できますか?
For a full list of React Components, see the reference page.
すべてのReactコンポーネントの一覧は、リファレンスを参照してください。
Recipes: Common patterns when writing tests for React components.
レシピ集:Reactコンポーネントのテストを書く際の一般的なパターン集。
React components can also be defined as functions which can be wrapped:.
Reactコンポーネントは関数で定義でき、その際に以下の関数でラップできます:。
React DOM Renderer renders React components to the DOM.
ReactDOMRendererはReactコンポーネントをDOMに変換します。
You can test React components similar to testing other JavaScript code.
Reactコンポーネントは他のJavaScriptのコードと同じようにテストできます。
A similar approach canbe taken when it comes to testing your React components.
Reactコンポーネントをテストする場合には同様のアプローチをとる事ができます。
React components hide their implementation details, including their rendered output.
Reactコンポーネントは、レンダーの結果も含め、実装の詳細を隠蔽します。
React Test Renderer renders React components to JSON trees.
ReactTestRendererはReactコンポーネントをJSONツリーに変換します。
All React components must act like pure functions with respect to their props.
全てのReactコンポーネントは、自己のpropsに対して純関数のように振る舞わねばなりません。
React Native Renderer renders React components to native views.
ReactNativeRendererはReactコンポーネントをネイティブのビューに変換します。
In React components, code reuse is primarily achieved through composition rather than inheritance.
Reactコンポーネントでは、コードの再利用は主に継承ではなく合成によって行われます。
You might want to display React components in multiple places on the HTML page.
ReactコンポーネントをHTMLページの一箇所だけではなくいろいろな箇所で使いたくなることがあるかもしれません。
The React DevTools let you check the props and the state of your React components.
ReactDevToolsを使えばReactコンポーネントのpropsとstateを確認できます。
There are a few ways to test React components. Broadly, they divide into two categories:.
Reactコンポーネントをテストするのにはいくつか方法がありますが、大きく2つのカテゴリに分けられます。
In React components declared as ES6 classes, methods follow the same semantics as regular ES6 classes.
ES6クラスとして宣言されたReactコンポーネントでは、メソッドは通常のES6クラスと同様のセマンティクスに従います。
ReactTestUtils makes it easy to test React components in the testing framework of your choice.
ReactTestUtilsはお好みのテストフレームワークでReactコンポーネントをテストしやすくするものです。
The methods in this section cover the vast majority ofuse cases you will encounter creating React components.
このセクションのメソッドは、Reactコンポーネントを作成する際に遭遇する大部分のユースケースを網羅しています。
It lets you use React components, but outputs pre-rendered HTML and CSS to guarantee the fastest load time.
Reactコンポーネントを使用しながらも、事前レンダーされたHTMLとCSSを出力することで最速のロード時間を保証します。
Rapidly build production-ready integrations with modern tools, from React components to real-time webhooks.
Reactコンポーネントからリアルタイムwebhookまで、最新のツールによる迅速な取付け、即製造可能な統合が実現しました。
React components let you split the UI into independent, reusable pieces, and think about each piece in isolation.
Reactコンポーネントを使用するとUIを独立した再利用可能な部分に分割し、各部分を個別に考えることができます。
Data fetching, setting up a subscription, and manually changing the DOM in React components are all examples of side effects.
データの取得、購読の設定、あるいはReactコンポーネント内のDOMの手動での変更、といったものはすべて副作用の例です。
React components are small, reusable pieces of code that return a React element to be rendered to the page.
Reactのコンポーネントとは、ページに表示されるReact要素を返す、小さく再利用可能なコードのことです。
React Testing Libraryis a set of helpers that let you test React components without relying on their implementation details.
ReactTestingLibraryは実装の詳細に依存せずにReactコンポーネントをテストすることができるツールセットです。
The fact that you can combine React components, Markdown files and server-side rendering makes it very powerful.
Reactコンポーネントを取り込んでいることからもわかるように、Markdownやサーバーサイドレンダリングをサポートしており、パワフルな仕上がりになっています。
Results: 50, Time: 0.0249

Word-for-word translation

Top dictionary queries

English - Japanese