React, JS

 0    11 cartonașe    matuzalema
descarcă mp3 printează joacă Testează-te
 
Întrebare Răspuns
Klasa dzidzicząca po React Component
începe să înveți
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)
începe să înveți
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.
începe să înveți
returns the structure of the views to display.
tablice w JavaScript są obiektami
începe să înveți
JavaScript arrays are objects
ATRYBUTY przekazujemy do komponentów
începe să înveți
atrubut
React wywoła procedurę obsługi zdarzenia onClick
începe să înveți
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].
începe să înveți
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
începe să înveți
controlled component
array. slice() robi kopię tablicy
începe să înveți
array. slice() makes a copy of the array
klasa dziedzicząca po React. Component
începe să înveți
class
type vs interface. Interface można rozszerzyć a type nie
începe să înveți
type vs interface. Interface can be extended, type cannot

Trebuie să te autentifici pentru a posta un comentariu.