DATA FETCHING Meaning in Japanese - translations and usage examples

['deitə 'fetʃiŋ]
['deitə 'fetʃiŋ]

Examples of using Data fetching in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Data Fetching.
Server Data Fetching.
サーバーサイドのデータ取得
Data Fetching· GitBook.
GitBookで公開データの取得
In this code, we have wrapped our data fetching with startTransition.
このコードでは、startTransitionを使ってデータの取得をラップしています。
But data fetching isn't exactly a synchronization problem.
ですが、データフェッチングは正確にはシンクロ問題ではありません。
On the client, there are two different approaches for handling data fetching:.
クライアントサイドではデータ取得について2つの異なるアプローチがあります:。
Let's compare how different data fetching strategies deal with this requirement.
この要求に対して複数のデータ取得法がどのようにするのかを比較してみましょう。
Instead, we will write something similar manually by combining our data fetching methods:.
代わりに、2つのデータ取得メソッドを組み合わせて似たようなものを手書きします:。
This makes the data fetching faster and improve overall site performance.
これにより、データの取得が速くなり、サイト全体のパフォーマンスが向上します。
This builds on a React feature called“Suspense”,which is in active development for the data fetching use case.
これはReactの「Suspense」という、データ取得のユースケース向けに鋭意開発中の機能で作られています。
So it would be natural to place the data fetching logic inside route components.
したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。
If a data fetching library implements Suspense support, using it from React components feels very natural.
データ取得ライブラリがサスペンスをサポートすることで、Reactコンポーネントからそれを非常に自然に扱えるようになります。
Each of these components may trigger data fetching in their effects and lifecycle methods.
これらのコンポーネントがそれぞれ副作用やライフサイクルメソッド内でデータの取得をトリガする。
Data fetching, setting up a subscription, and manually changing the DOM in React components are all examples of side effects.
データの取得、購読の設定、あるいはReactコンポーネント内のDOMの手動での変更、といったものはすべて副作用の例です。
In this example, we start data fetching at the load and every time you press“Refresh”.
この例では、ロード時および“Refresh”を押下する度に、データ取得が開始されます。
There was no need for further manual processing or printer settings to be made. The conclusion of this article is that SunSystems Q&A(Vision) is now needed only for data import into the system,every query and data fetching and reporting is better and faster through customized reports built using VBA Excel.
この記事の結論はSunSystemsQ&A(ビジョン)は今やデータをシステムにインポートのみのために必要とされることで、すべてのクエリおよびデータフェッチと報告がより良く、より速く、カスタマイズされたレポートを通じてVBAExcelを使用して構築されています。
Fetching latest firmware data Fetching firmware info Fetching a full firmware feed.
最新のファームウェアデータの取得ファームウェア情報の取得完全なファームウェアフィードの取得。
Asynchronous JavaScript Programming. The Power Of$. Deferred for HTML5 Application- HTML5 Rocks One of the most important aspects about building smooth and responsive HTML5 applications is thesynchronization between all the different parts of the application such as data fetching, processing, animations, and user interface elements.
非同期JavaScriptプログラミング-HTML5アプリケーションの為の$.Deferredのパワー-HTML5Rocksスムーズで、レスポンシブなHTML5アプリケーションを構築する際に一番大事な側面の1つとして、全ての異なったアプリケーションのパーツ、例えばデータの取得・加工・アニメーション・UI要素などの間を同期させるという事があります。
For example, if you're looking for a data fetching tutorial that works today, read this article instead.
例えば、もし今すぐ使えるデータ取得のチュートリアルをお探しの場合は、代わりにこの記事をご覧ください。
Mocking data fetching with“fake” data prevents flaky tests due to an unavailable backend, and makes them run faster.
データ取得をモック化して「フェイク」のデータを使うことで、バックエンドが利用できないせいでテストが不確実にならずに済み、テストの動作が高速になります。
When writing UI tests, tasks like rendering,user events, or data fetching can be considered as“units” of interaction with a user interface.
UIテストを記述する際、レンダー、ユーザイベント、データの取得といったタスクはユーザインターフェースへのインタラクションの「ユニット(“unit”)」であると考えることができます。
Suspense for Data Fetching is a new feature that lets you also use<Suspense> to declaratively“wait” for anything else, including data..
データ取得用のサスペンスは、データも含むその他あらゆるものを宣言的に「待機」するために<Suspense>を使えるようにする新機能です。
The benefit is that the incoming view can directly render thefull content when it's ready, but if the data fetching takes a long time, the user will feel"stuck" on the current view.
良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。
You have likely performed data fetching, subscriptions, or manually changing the DOM from React components before.
これまでにReactコンポーネントの内部から、外部データの取得や購読、あるいは手動でのDOM更新を行ったことがおありでしょう。
This page focuses on the data fetching use case, but it can also wait for images, scripts, or other asynchronous work.
このページではデータ取得のユースケースに焦点を当てて説明しますが、画像やスクリプト、あるいはその他の非同期的な作業の待機にも使えます。
It also allows components to defer slower, data fetching updates until subsequent renders so that more crucial updates can be rendered immediately.
また、データ取得に関わる遅い更新を後続するレンダーへと遅延させることで、より重要な更新が即座にレンダーされるようにすることができます。
We can perform the data fetching in the beforeRouteEnter guard in the incoming component, and only call next when the fetch is complete:.
次に入ってくるコンポーネント内のbeforeRouteEnterガードでデータ取得を実行できます。データ取得が完了したらnextを呼ぶだけです。
Some Webdriver examples using Data fetched from Database.
データベースからフェッチされたデータを使用するWebdriverの例。
Here is a basic example ofmixing a page with a reusable component to display data fetched with Nuxt's asyncData method.
下記はNuxtのasyncDataメソッドで取得したデータを表示するための、再利用可能なcomponentとpageを組み合わせた基本的な例です。
Finish() Required Called when a route is loaded(and data fetched), this is where you hide your component.
Finish()必須ルートがロード(及びデータ取得)されたときに呼び出されます。このときに独自コンポーネントが表示が終了します。
Results: 30, Time: 0.0285

Word-for-word translation

Top dictionary queries

English - Japanese