質問 |
答え |
I used a chart to illustrate the results of my analysis. 学び始める
|
|
Użyłem diagramu do przedstawienia rezultatów mojej analizy.
|
|
|
That's the same item, just repeated with a different label and a different amount of filling. 学び始める
|
|
To ten sam przedmiot, powtórzony tylko z inną etykietą i inną ilością wypełnienia.
|
|
|
And that is exactly what components are, reusable building blocks in your user interface. 学び始める
|
|
I to jest dokładnie to, czym są komponenty, bloki wielokrotnego użytku w interfejsie użytkownika.
|
|
|
you don't have to reuse a component 学び始める
|
|
nie musisz ponownie używać komponentu
|
|
|
Michael got his good character traits from his mother, and the bad ones from his father. 学び始める
|
|
Michael dobre cechy charakteru odziedziczył po matce, a złe po ojcu.
|
|
|
if we expanded this would then be more elements inside of that component. 学び始める
|
|
gdybyśmy to rozszerzyli, byłoby więcej elementów wewnątrz tego komponentu.
|
|
|
They wanted to combine their business sense with a love for children. 学び始める
|
|
Chcieli połączyć zmysł do interesów z miłością do dzieci.
|
|
|
and then you tell React how to compose them together into a final user interface. 学び始める
|
|
a następnie mówisz Reactowi, jak skomponować je razem w końcowy interfejs użytkownika.
|
|
|
学び始める
|
|
|
|
|
Having reusable building blocks helps us avoid repetition, 学び始める
|
|
Posiadanie cegiełek wielokrotnego użytku pomaga nam uniknąć powtórzeń,
|
|
|
it helps us with keeping our code base small and manageable 学び始める
|
|
łatwy w obsłudze, w zarządzaniu to pomaga nam w utrzymaniu małej i łatwej w zarządzaniu bazy kodu
|
|
|
code which is easy to manage and maintain. 学び始める
|
|
kod, który jest łatwe w zarządzaniu i utrzymaniu.
|
|
|
And these of course are not concepts or ideas React invented. 学び始める
|
|
I to oczywiście nie są koncepcje czy pomysły wymyślone przez React.
|
|
|
Let's talk about this matter. 学び始める
|
|
Porozmawiajmy o tej kwestii.
|
|
|
学び始める
|
|
|
|
|
You will always define the desired end state 学び始める
|
|
zawsze zdefiniujesz pożądany stan końcowy,
|
|
|
and it's then React's job to figure out which elements on the actual webpage might need to be added 学び始める
|
|
wymyślić, zorientować się i wtedy zadaniem Reacta jest ustalenie, które elementy na rzeczywistej stronie internetowej mogą wymagać dodania
|
|
|
学び始める
|
|
Kliknij przycisk "Podgląd".
|
|
|
That's why we use a tool like Create React App. 学び始める
|
|
Dlatego używamy narzędzia takiego jak Create React App.
|
|
|
related to somebody / something Node js is a technology which is not directly related to React. 学び始める
|
|
powiązany / związany z kimś / czymś Node js to technologia niezwiązana bezpośrednio z Reactem.
|
|
|
学び始める
|
|
|
|
|
this will now create this new React project in the destination where you execute this command. 学び始める
|
|
to teraz utworzy nowy projekt React w miejscu docelowym, w którym wykonasz to polecenie.
|
|
|
The package. json file in the end holds all the dependencies of this project, 学び始める
|
|
Plik package. json na końcu zawiera wszystkie zależności tego projektu,
|
|
|
But now based on this adjusted starting project I provided to you. 学び始める
|
|
Ale teraz na podstawie tego dostosowanego projektu początkowego, który ci dostarczyłem.
|
|
|
Indeed all course attachments which you find will be missing these locally downloaded and installed dependencies 学び始める
|
|
Rzeczywiście we wszystkich załącznikach do kursu, które znajdziesz, brakuje tych lokalnie pobranych i zainstalowanych zależności
|
|
|