React, JS

 0    11 tarjetas    matuzalema
descargar mp3 imprimir jugar test de práctica
 
término definición
Klasa dzidzicząca po React Component
empezar lección
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)
empezar lección
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.
empezar lección
returns the structure of the views to display.
tablice w JavaScript są obiektami
empezar lección
JavaScript arrays are objects
ATRYBUTY przekazujemy do komponentów
empezar lección
atrubut
React wywoła procedurę obsługi zdarzenia onClick
empezar lección
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].
empezar lección
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
empezar lección
controlled component
array. slice() robi kopię tablicy
empezar lección
array. slice() makes a copy of the array
klasa dziedzicząca po React. Component
empezar lección
class
type vs interface. Interface można rozszerzyć a type nie
empezar lección
type vs interface. Interface can be extended, type cannot

Debes iniciar sesión para poder comentar.