What is the translation of " REACT COMPONENTS " in Ukrainian?

[ri'ækt kəm'pəʊnənts]
[ri'ækt kəm'pəʊnənts]
компоненти react
react components
react-компоненти
react components

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
React components are a great way to do that.
React-компоненти є чудовим способом зробити це.
Will also be the year of commercial React components.
Рік також стане роком комерційних компонентів React.
Conceptually, React components have always been closer to functions.
Згідно нашої концепції, компоненти React завжди були ближчими до функцій.
But you can compose and render custom React components too.
Але ви також можете створювати і рендерити власні React-компоненти.
React components can also be defined as functions which can be wrapped:.
React-компоненти також можуть бути визначені як функції, що обгорнуті у:.
By inspecting the code, you will notice that we have three React components:.
Розглядаючи код, ви помітите, що ми маємо три React-компоненти:.
React components can be defined by subclassing React..
Компоненти у React можуть бути визначені за допомогою підкласу React..
And this limitation applies to React components defined as classes too:.
І ці обмеження застосовуються до React-компонентів, які визначенні як класи:.
All React components must act like pure functions with respect to their props.
Всі React-компоненти повинні працювати як чисті функції відносно їхніх пропсів.
You will need to manuallyattach event handlers to handle these events within your React components.
Вам потрібно вручну додати обробники для таких подій у власні React-компоненти.
However, React components are declarative and specify what should be rendered:.
Однак React-компоненти є декларативними, вказуючи що повинно бути відрендерено:.
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-компоненти приховують деталі своєї реалізації та результат рендеренгу.
Commonly, you might want to display React components in multiple places on the HTML page.
Зазвичай ви, мабуть, хотіли би відобразити React-компонент у кількох місцях на HTML-сторінці.
Custom Hooks offer theflexibility of sharing logic that wasn't possible in React components before.
Користувацькі хуки пропонують раніше неможливу у React-компонентах гнучкість використання спільної логіки.
ReactTestUtils makes it easy to test React components in the testing framework of your choice.
ReactTestUtils спрощують тестування React-компонентів в обраному вами фреймворку для тестування.
In React components, code reuse is primarily achieved through composition rather than inheritance.
У компонентах React, повторне використання коду в першу чергу досягається за допомогою композиції, а не наслідування.
Let's analyze the Redux connection to the React application, initialize and configure the Store object,connect the React components to the Store, study the process of changing the data in it.
Розберемо підключення Redux до React додатку, ініціалізацію та налаштування об'єкту Store,підключення React компонентів до Store, процес зміни даних у ньому.
React components let you split the UI into independent, reusable pieces, and think about each piece in isolation.
React-компоненти дозволяють розділити інтерфейс користувача на незалежні частини, які можна використовувати повторно та працювати з кожною окремо.
In some scenarios, snapshot testing can potentially remove the need forunit testing for a particular set of functionalities(e.g. React components), but they can work together as well.
В деяких сценаріях тестування знімками потенційно може прибрати необхідністьюніт тестування для конкретного набору функціональності(анприклад React компонентів), але вони можуть чудово працювати разом.
React components are small, reusable pieces of code that return a React element to be rendered to the page.
React-компоненти- це маленькі, придатні для повторного використання частини коду, що повертають React-елемент для його відображення на сторінці.
Additionally, React components can be created and re-used amongst applications or even transferred for public use.
На додаток до цього, компоненти React можуть бути створені та повторно використані в інших програмах або навіть передані для громадського використання.
In addition to that, React components can be created and re-used among applications or even transferred for public use.
На додаток до цього, компоненти React можуть бути створені та повторно використані в інших програмах або навіть передані для громадського використання.
In addition to this, React components can be created and reused in other applications or even transferred for public use.
На додаток до цього, компоненти React можуть бути створені та повторно використані в інших програмах або навіть передані для громадського використання.
Since React components often take both custom and DOM-related props,React uses the camelCase convention just like the DOM APIs:.
Оскільки компоненти React часто містять як атрибути користувача, так і пов'язані з DOM пропси, React використовує camelCase конвенцію так само, як і DOM API:.
This code defines a React component called LikeButton.
Цей код описує компонент React під назвою LikeButton.
This page contains a detailed API reference for the React component class definition.
Ця сторінка містить API довідник для визначення класового компонента React.
All React component classes that have a constructor should start it with a super(props) call.
Класові компоненти React, що мають constructor, повинні починатися з виклику super(props).
The type argument can be either a tag name string(such as'div' or'span'),a React component type(a class or a function), or a React fragment type.
Аргумент типу може бути або рядком тегу(наприклад, 'div' або'span'),або типом компоненту React(клас чи функція), або фрагментом React.
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.
Іноді використання контрольованих компонентів може бути досить важким заняттям, оскільки вам потрібно написати обробник подій для кожного випадку, коли ваші дані можуть бути змінені іпровести весь стан форми через компонент React.
Results: 284, Time: 0.045

Word-for-word translation

Top dictionary queries

English - Ukrainian