-
Notifications
You must be signed in to change notification settings - Fork 54
"Responding to events" translation #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@wizarddos, skończyłem review, ogólnie super, że się tego podjąłeś, ale mam kilka uwag. Są pewne błędu początkującego, które na pewno poprawisz 😉
|
Jasne, dzięki wielkie za review. Prawda że to pewnie takie błędy, bo co jak co ale to pierwszy tekst który tłumaczę. Jeszcze raz dzięki i niedługo wrzucę odpowiedni fix |
@wizarddos, planujesz wprowadzić poprawki jakoś niebawem? Szkoda żeby Twoja praca poszła na marne, jest blisko do mety 😉 |
Oczywiście że planuję, miałem po prostu ostatnio sporo roboty. Jak znajdę chwilę to na pewno wszystko poprawię |
|
||
To add an event handler, you will first define a function and then [pass it as a prop](/learn/passing-props-to-a-component) to the appropriate JSX tag. For example, here is a button that doesn't do anything yet: | ||
Aby dodać procedurę obsługi zdarzeń, najpierw zdefiniuj funkcję a następnie [przekaż ją jako właściwość (ang. prop)](/learn/passing-props-to-a-component) do odpowiedniejgo tagu JSX. Na przykład, oto przycisk, który jeszcze nic nie robi: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nazywa angielskie w nawiasach piszemy kursywą.
Dodatkowo masz literówki tutaj i w kolejnych miejscach. Rozważ użycie dodatków do IDE jak Code Spell Checker dla VS Code lub coś podobnego 😉
Aby dodać procedurę obsługi zdarzeń, najpierw zdefiniuj funkcję a następnie [przekaż ją jako właściwość (ang. prop)](/learn/passing-props-to-a-component) do odpowiedniejgo tagu JSX. Na przykład, oto przycisk, który jeszcze nic nie robi: | |
Aby dodać procedurę obsługi zdarzeń, najpierw zdefiniuj funkcję a następnie [przekaż ją jako właściwość (ang. _prop_)](/learn/passing-props-to-a-component) do odpowiedniego tagu JSX. Na przykład, oto przycisk, który jeszcze nic nie robi: |
</button> | ||
); | ||
} | ||
``` | ||
|
||
</Sandpack> | ||
|
||
You can make it show a message when a user clicks by following these three steps: | ||
Możesz sprawić, aby pokazywał wiadomość po kliknięciu go przez użytkownika, w tych trzech krokach: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wg mnie brakuje tu zaimka. Trochę nie wiadomo kto ma pokazywać tę wiadomość 🙂
Możesz sprawić, aby pokazywał wiadomość po kliknięciu go przez użytkownika, w tych trzech krokach: | |
Możesz sprawić, aby pokazywał on wiadomość po kliknięciu go przez użytkownika, w tych trzech krokach: |
Hej @wizarddos, przepraszam, ale trochę nie ogarnąłem GitHuba i zapomniałem, że moje komentarze nie są widoczne dopóki nie zakończę review. W każdym razie sugestie są już dostępne, możesz je użyć. Przepraszam raz jeszcze 🥲 |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Five Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
No description provided.