-
Notifications
You must be signed in to change notification settings - Fork 54
render-props #106
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
render-props #106
Conversation
Deploy preview for pl-reactjs ready! Built with commit 2e2955c |
Przy drugim czytaniu rzuciło mi się w oczy jeszcze parę błędów. Zgadzacie się z moimi rozkminami? :) |
Co-Authored-By: jakubdrozdek <[email protected]>
@@ -87,19 +87,19 @@ class MouseTracker extends React.Component { | |||
render() { | |||
return ( | |||
<div> | |||
<h1>Move the mouse around!</h1> | |||
<h1>Porusz myszką!</h1> |
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.
@jakubdrozdek Zamienić wszystkie wystąpienia związane z słowem "myszka" na kursor ? Czy zostawiamy w tym przypadku "myszką" ?
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.
Nie, ruszanie myszką jest jak najbardziej zgodne z rzeczywistością :) Chodziło mi o pozycję kursora (te współrzędne x,y dotyczyły odległości w pikselach od krawędzi ekranu, a nie pozycji myszy na podkładce ;-) ).
@jakubdrozdek Dodałem zaproponowane sugestie. 👍 |
Dość ciężko było to przetłumaczyć, na pewno będzie sporo rzeczy do poprawny.
Zerknijcie proszę. :)