-
Notifications
You must be signed in to change notification settings - Fork 299
Overall Fixes #174
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
Overall Fixes #174
Conversation
…r introducing JSX, just a few words
Hey guys 💪 I finished it 🎊 So basically, I checked core pages, and some of the advanced ones The things that I encountered were these:
I think that was all, I'll certainly skipped one or two but that's most of it. Please take a look (I know it's a lot) but with this I think that we fix various issues 🚀 Thank you guys! I'll be looking for your feedback 📓 |
Holy cow, this is a huge (and amazing) PR - I’ll take a look at it tonight! You’re a hero 🎖 |
I'll take a look later, probably tonight. Great job! 💪 |
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.
Nice! That was a lot of work. Here are some small things I spotted.
examples/react-component-reference/get-snapshot-before-update.js
Outdated
Show resolved
Hide resolved
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Co-Authored-By: Darking360 <[email protected]>
Deploy preview for es-reactjs ready! Built with commit 3b2fb0f |
Greetings guys! I just added @carburo feedback. If you could take a last look before merging this would be awesome! |
Deploy preview for es-reactjs ready! Built with commit f3c5288 |
Deploy preview for es-reactjs ready! Built with commit 06aff0c |
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.
Holy! Amazing work @Darking360 👏👏 👏 👏 👏
@@ -147,7 +147,7 @@ return ( | |||
); | |||
``` | |||
|
|||
Estos dos fragmentos de código son equivalentes. Mientras **JSX es [completamente opcional](/docs/react-without-jsx.html)**, muchas personas lo encuentran útil para escribir código relacionado con la IU -- ya sea usando React o con otras bibliotecas. | |||
Estos dos fragmentos de código son equivalentes. Mientras **JSX es [completamente opcional](/docs/react-without-jsx.html)**, muchas personas lo encuentran útil para escribir código relacionado con la interfaz de usuario -- ya sea usando React o con otras bibliotecas. |
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.
Bravo!
@@ -33,7 +33,7 @@ El equipo de React principalmente recomienda las siguientes soluciones: | |||
- Si estás **aprendiendo React** o **creando una nueva [aplicación de página única](/docs/glossary.html#single-page-application),** usa [Create React App](#create-react-app). | |||
- Si estás construyendo un **sito web renderizado en servidor con Node.js,** prueba [Next.js](#nextjs). | |||
- Si estás construyendo un **sitio web orientado a contenido estático,** prueba [Gatsby](#gatsby). | |||
- Si estás construyendo una **biblioteca de componentes** o **integrando una base de código existente**, prueba [Cadenas de Herramientas más Flexibles](#cadenas-de-herramientas-ms-flexibles). | |||
- Si estás construyendo una **biblioteca de componentes** o **integrando una base de código existente**, prueba [Cadenas de Herramientas más Flexibles](#more-flexible-toolchains). |
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.
Good catch!
Translation: Overall Fixes
Related: Original issue: Spanish Translation Final Tasks!
Overall checking on going, reading all core pages and submitting some changes and fixes.