React, JS

 0    11 fiche    matuzalema
Télécharger mP3 Imprimer jouer consultez
 
question réponse
Klasa dzidzicząca po React Component
commencer à apprendre
A class that inherits from React Component
React jest biblioteką javascriptową do budowania złożonych interfejsów użytkownika przy użyciu komponentów (małych i odizolowanych od siebie kawałków kodu)
commencer à apprendre
React is a JavaScript library for building complex user interfaces using components (small and isolated pieces of code)
zwraca strukturę widoków do wyświetlenia.
commencer à apprendre
returns the structure of the views to display.
tablice w JavaScript są obiektami
commencer à apprendre
JavaScript arrays are objects
ATRYBUTY przekazujemy do komponentów
commencer à apprendre
atrubut
React wywoła procedurę obsługi zdarzenia onClick
commencer à apprendre
React will call the onClick event handler
Przyjęło się jednak określać atrybuty odpowiedzialne za wywołanie zdarzenia jako on[Event], a procedury obsługi zdarzeń jako handle[Event].
commencer à apprendre
However, it is customary to specify the attributes responsible for triggering the event as on[Event], and the event handlers as handle[Event].
komponent kontrolowany
commencer à apprendre
controlled component
array. slice() robi kopię tablicy
commencer à apprendre
array. slice() makes a copy of the array
klasa dziedzicząca po React. Component
commencer à apprendre
class
type vs interface. Interface można rozszerzyć a type nie
commencer à apprendre
type vs interface. Interface can be extended, type cannot

Vous devez vous connecter pour poster un commentaire.