Uh oh!
There was an error while loading. Please reload this page.
Translate hooks-state - #60
Conversation
alejandronanez
left a comment
There was a problem hiding this comment.
Hello @a13marquez, I see that some paragraphs are not being translated yet. I assume this PR is in WIP state still.
I updated the title of the PR to reflect this, once you're done, please, remove the WIP part of the title.
Ps. I didn't finish my review since this looks to be in progress.
| } | ||
| ``` | ||
| We'll start learning about Hooks by comparing this code to an equivalent class example. |
There was a problem hiding this comment.
What happened to this line?
| ## Equivalent Class Example | ||
| If you used classes in React before, this code should look familiar: |
There was a problem hiding this comment.
Also, what happened to this one?
| } | ||
| ``` | ||
| The state starts as `{ count: 0 }`, and we increment `state.count` when the user clicks a button by calling `this.setState()`. We'll use snippets from this class throughout the page. |
There was a problem hiding this comment.
I think we need to translate this
a13marquez
commented
Feb 3, 2019
Yes, it is in progress, I forgot the WIP status, sorry. I will finish the translation and let you know |
a13marquez
commented
Feb 3, 2019
And also I have a doubt about the comments inside the code. Should I translate them? |
carburo
commented
Feb 3, 2019
@a13marquez Yes, it is ok to translate comments, but not anything else inside code blocks. |
alejandronanez
left a comment
There was a problem hiding this comment.
Hey @a13marquez, this is looking good, just left a minor comment that I think we should address before merging.
Also, it seems that we have merge conflicts, please, make sure to fix them too!
Thanks!!!
Uh oh!
There was an error while loading. Please reload this page.
Deploy preview for es-reactjs ready! Built with commit db1a66b |
Deploy preview for es-reactjs ready! Built with commit 2f9a7df |
No description provided.