-
Notifications
You must be signed in to change notification settings - Fork 291
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
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 <jadher.11x2@gmail.com>
change es definido -> se define (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change pasado a createReactClass -> que se le pasa (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change linea -> línea (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change event handler -> *event handler* (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change funciones de flecha -> funciones flecha (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change correaran -> se ejecutan (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change tu aun -> aun (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change tu debes -> debes (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change typos (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
@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 <jadher.11x2@gmail.com>
change parts on sentence about performance when using `.bind` explicitly (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change on sentence about boilerplate alternative (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change to fix typo (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change to fix typo (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
change to fix typos on experimental warning (as suggested) Co-Authored-By: adielhercules <jadher.11x2@gmail.com>
Ok, I think we are good to go. Thanks again! |
Translate: React without ES6
Reference to #109