-
Notifications
You must be signed in to change notification settings - Fork 298
Translate: React without ES6 #118
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
Translate: React without ES6 #118
Conversation
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.
Hi @adielhercules. Welcome!
I made some corrections and suggetions that I think should be addressed before merging.
Thank you for your contribution!
change plana -> simple (as suggested) Co-Authored-By: adielhercules <[email protected]>
change es definido -> se define (as suggested) Co-Authored-By: adielhercules <[email protected]>
change pasado a createReactClass -> que se le pasa (as suggested) Co-Authored-By: adielhercules <[email protected]>
change linea -> línea (as suggested) Co-Authored-By: adielhercules <[email protected]>
change event handler -> *event handler* (as suggested) Co-Authored-By: adielhercules <[email protected]>
change funciones de flecha -> funciones flecha (as suggested) Co-Authored-By: adielhercules <[email protected]>
change correaran -> se ejecutan (as suggested) Co-Authored-By: adielhercules <[email protected]>
change tu aun -> aun (as suggested) Co-Authored-By: adielhercules <[email protected]>
change tu debes -> debes (as suggested) Co-Authored-By: adielhercules <[email protected]>
change typos (as suggested) Co-Authored-By: adielhercules <[email protected]>
@carburo perfect, I already pushed all the suggestions! Thanks |
Oh it seems that I still have a few suggestions pending to be fixed, let me fix that. |
change on sentence about properties binding (as suggested) Co-Authored-By: adielhercules <[email protected]>
change parts on sentence about performance when using `.bind` explicitly (as suggested) Co-Authored-By: adielhercules <[email protected]>
change on sentence about boilerplate alternative (as suggested) Co-Authored-By: adielhercules <[email protected]>
change to fix typo (as suggested) Co-Authored-By: adielhercules <[email protected]>
change to fix typo (as suggested) Co-Authored-By: adielhercules <[email protected]>
change to fix typos on experimental warning (as suggested) Co-Authored-By: adielhercules <[email protected]>
Ok, I think we are good to go. Thanks again! |
Translate: React without ES6
Reference to #109