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

[ri'ækt kəm'pəʊnənts]
[ri'ækt kəm'pəʊnənts]
react components
τα συστατικά react
τα στοιχεία react
τα react components

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

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Financial category close
  • Official/political category close
  • Computer category close
React components implement a render() method that takes input data and returns what to display.
Τα React components εφαρμόζουν μια μέθοδο render() που λαμβάνει δεδομένα και επιστρέφει τι πρέπει να εμφανίζει.
ReactTestUtils makes it easy to test React components in the testing framework of your choice.
Το ReactTestUtils σας δίνει τη δυνατότητα να κάνετε εύκολα test τα React components χρησιμοποιώντας το testing framework της επιλογής σας.
In React components, code reuse is primarily achieved through composition rather than inheritance. Note.
Στα React components, η επαναχρησιμοποίηση κώδικα συνήθως επιτυγχάνεται με composition και όχι με inheritance. Σημείωση.
The methods in this section cover the vast majority of use cases you will encounter creating React components.
Οι μέθοδοι σε αυτή την ενότητα καλύπτουν τη πλειοψηφία των use cases που θα συναντήσετε όταν δημιουργείτε React components.
By the end of this training, participants will be able to implement Ant Design's React components to develop beautiful enterprise-class web applications.
Μέχρι το τέλος αυτής της εκπαίδευσης, οι συμμετέχοντες θα είναι σε θέση να εφαρμόσουν τα συστατικά Ant Design's React για να αναπτύξουν όμορφες εφαρμογές web για επιχειρήσεις.
Alternatively, Airbnb has released a testing utility called Enzyme, which makes it easy to assert, manipulate,and traverse your React Components' output.
Εναλλακτικά, το Airbnb έχει ανακοινώσει ενα testing utility, το Enzyme, το οποίο διευκολύνει στο assert, manipulate, καιtraverse του output των React Components.
React's render() method creates a node tree from React components and updates this tree in response to mutations in the data model, caused by actions.
Το React χρησιμοποιεί τη μέθοδο rendering για να δημιουργήσει μια δέντρο κόμβου από τα στοιχεία React και ενημερώνει αυτό το δέντρο σε απόκριση των αλλαγών στο μοντέλο δεδομένων που προκύπτουν από τις ενέργειες.
By the end of this training, participants will be able to implement Material UI's React components to develop beautiful web applications.
Μέχρι το τέλος αυτής της εκπαίδευσης, οι συμμετέχοντες θα είναι σε θέση να υλοποιήσουν τα συστατικά React του υλικού UI για να αναπτύξουν όμορφες εφαρμογές web.
State allows React components to change their output over time in response to user actions, network responses, and anything else, without violating this rule.
Το state επιτρέπει στα React components να αλλάζουν την έξοδο τους με την πάροδο του χρόνου, ανταποκρινόμενη στις ενέργειες των χρηστών, τις αποκρίσεις δικτύου και οτιδήποτε άλλο, χωρίς να παραβιάζει αυτόν τον κανόνα.
React uses the render method to create a node tree from React components and updates this tree in response to changes in the data model resulting from actions.
Το React χρησιμοποιεί τη μέθοδο rendering για να δημιουργήσει μια δέντρο κόμβου από τα στοιχεία React και ενημερώνει αυτό το δέντρο σε απόκριση των αλλαγών στο μοντέλο δεδομένων που προκύπτουν από τις ενέργειες.
Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI instead of the component tree that crashed.
Τα Error boundaries είναι React components τα οποία πιάνουν JavaScript errors οπουδήποτε στο child component δέντρο, κάνουν log αυτά τα errors, και εμφανίζουν ένα fallback UI αντί του component tree που έγινε crash.
The constructor for a React component is called before it is mounted.
Το constructor για ένα React component καλείται προτού γίνει mounted.
This page contains a detailed API reference for the React component class definition.
Αυτή η σελίδα περιλαμβάνει ένα αναλυτικό API reference για τον ορισμό του React component class.
Other jobs related to add react component to html.
Άλλες δουλειές σχετικές με add react component to html.
Then the React component that renders a form also controls what happens in that form on subsequent user input.
Στη συνέχεια, το React component που κάνει render μία φόρμα, ελέγχει επίσης τί συμβαίνει σε αυτή τη φόρμα σύμφωνα με την αλληλεπίδραση του χρήστη σε αυτή.
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.
Αυτή η συνάρτηση είναι ένα έγκυρο React component επειδή δέχεται ένα μόνο“prop”(που σημαίνει properties) object παράμετρο με δεδομένα και επιστρέφει ένα React element.
Pass a mocked component module to this method to augment it with useful methods that allow it to be used as a dummy React component.
Περάστε ένα mocked component module σε αυτή τη μέθοδο για να της προσθέσετε χρήσιμες μεθόδους που θα της επιτρέψουν να λειτουργήσει σαν ένα dummy React component.
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.
Μερικές φορές μπορεί να είναι κουραστική η χρήση των controlled components, επειδή πρέπει να γράψετε ένα event handler για κάθε τρόπο που τα δεδομένα σας μπορούν να αλλάξουν καινα διοχετεύσουν το state του input μέσω του React component.
Explicitly rendering more than one navigator Most apps should only ever render one navigator inside of a React component, and this is usually somewhere near the root component of your app.
Ρητή καθιστώντας περισσότερο από ένα πλοηγό Οι περισσότερες εφαρμογές θα πρέπει πάντα μόνο καθιστούν ένα πλοηγό μέσα από ένα React συστατικό, και αυτό είναι συνήθως κάπου κοντά στο στοιχείο ρίζας της εφαρμογής σας.
The conditions of interaction of alcohols are subject to the nature of the reacting components.
Οι συνθήκες αλληλεπίδρασης των αλκοολών υπόκεινται στη φύση των αντιδρώντων συστατικών.
React treats components starting with lowercase letters as DOM tags.
Το React μεταχειρίζεται τα components που ξεκινούν με πεζά γράμματα ως DOM tags.
Reactive resins may consist of one or two components, which react chemically with one another.
Οι αντιδραστικές ρητίνες μπορούν να αποτελούνται από ένα ή δύο συστατικά, τα οποία αντιδρούν χημικά το ένα με το άλλο.
Results: 22, Time: 0.0392

Word-for-word translation

Top dictionary queries

English - Greek