React, JS

 0    11 flashcards    matuzalema
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
Klasa dzidzicząca po React Component
öğrenmeye başla
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)
öğrenmeye başla
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.
öğrenmeye başla
returns the structure of the views to display.
tablice w JavaScript są obiektami
öğrenmeye başla
JavaScript arrays are objects
ATRYBUTY przekazujemy do komponentów
öğrenmeye başla
atrubut
React wywoła procedurę obsługi zdarzenia onClick
öğrenmeye başla
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].
öğrenmeye başla
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
öğrenmeye başla
controlled component
array. slice() robi kopię tablicy
öğrenmeye başla
array. slice() makes a copy of the array
klasa dziedzicząca po React. Component
öğrenmeye başla
class
type vs interface. Interface można rozszerzyć a type nie
öğrenmeye başla
type vs interface. Interface can be extended, type cannot

Yorum yapmak için giriş yapmalısınız.