React, JS

 0    11 词汇卡    matuzalema
下载mp3 打印 检查自己
 
问题 答案
Klasa dzidzicząca po React Component
开始学习
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)
开始学习
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.
开始学习
returns the structure of the views to display.
tablice w JavaScript są obiektami
开始学习
JavaScript arrays are objects
ATRYBUTY przekazujemy do komponentów
开始学习
atrubut
React wywoła procedurę obsługi zdarzenia onClick
开始学习
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].
开始学习
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
开始学习
controlled component
array. slice() robi kopię tablicy
开始学习
array. slice() makes a copy of the array
klasa dziedzicząca po React. Component
开始学习
class
type vs interface. Interface można rozszerzyć a type nie
开始学习
type vs interface. Interface can be extended, type cannot

您必须登录才能发表评论。