-
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
Merged
Merged
Overall Fixes #174
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
e3994c9
Fixing links for getting started page
Darking360 0e2b807
Updating correct link to JS overview
Darking360 4518e73
Changing some words according to the style guide, and fixing a link
Darking360 07babea
Translating back to english some code, and also fixing translation fo…
Darking360 a72b088
Translating back to english, and also adding IU full words
Darking360 d7cf412
Changing UI or IU for correct translation
Darking360 56aab1a
Fixing list and keys page, and also adding @tesseralis feedback
Darking360 8607332
Translating back form code examples
Darking360 70548ea
Adding translation for UI
Darking360 428f8b4
Translating code examples comments, and also fixing a typo inside ref…
Darking360 539830d
Fix a link in fragments page
Darking360 9239512
Enhancing HOCs page, and also translating a little part that was not …
Darking360 c8625c4
Fixing links and un-translated part in jsx in depth page
Darking360 340c27c
Fixing links and typo in portals
Darking360 2865e3e
Enhancing reconciliation page
Darking360 02d97bd
Removing typos
Darking360 ddb6b0b
Fixing strict mode and also adding spanish links
Darking360 459f885
Fixing typos and some links, and also more UI translation
Darking360 1855b3f
Fixing typos and also link to spanish docs
Darking360 f0a973b
Fixing links to portals and fragments
Darking360 1193493
Fixing half of react.component
Darking360 18cc4c5
Translating code example comments, and also state based on style guide
Darking360 baa5aee
Finishing translation fixes for React.Component
Darking360 a0aac7c
Fixing false friends translations, and some untranslated comments as …
Darking360 3963610
Finishing enhancing glossary
Darking360 3b2fb0f
Update content/docs/lists-and-keys.md
carburo 687e6db
Update content/docs/reference-react-component.md
carburo a3d8174
Update content/docs/state-and-lifecycle.md
carburo e2618ae
Update content/docs/reference-react-component.md
carburo df3f97e
Update examples/react-component-reference/get-snapshot-before-update.js
carburo 00a747e
Update examples/react-component-reference/get-snapshot-before-update.js
carburo 7839375
Update content/docs/reference-react-component.md
carburo f1ad63f
Update content/docs/reference-react-component.md
carburo bdc4eaf
Update examples/forwarding-refs/fancy-button-simple-ref.js
carburo 1bb963b
Update code-splitting.md
Darking360 61bc46b
Update lifting-state-up.md
Darking360 7da5350
Update reference-react-component.md
Darking360 f3c5288
Update lifting-state-up.md
Darking360 06aff0c
Update code-splitting.md
Darking360 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. Good catch! |
||
|
||
### Create React App {#create-react-app} | ||
|
||
|
@@ -49,7 +49,7 @@ npm start | |
|
||
>Nota | ||
> | ||
>En la primera línea `npx` no es una errata: Es una [herramienta de ejecución de paquetes que viene con npm 5.2+](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b). | ||
>En la primera línea `npx` no es un error de escritura: Es una [herramienta de ejecución de paquetes que viene con npm 5.2+](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b). | ||
|
||
Create React App no se encarga de la lógica de `backend` o de bases de datos; tan solo crea un flujo de construcción para `frontend`, de manera que lo puedes usar con cualquier `backend`. Para ello internamente usa [Babel](http://babeljs.io/) y [webpack](https://webpack.js.org/), pero no necesitas saber nada de estas herramientas para usar Create React App. | ||
|
||
|
@@ -77,7 +77,7 @@ Las siguientes cadenas de herramientas ofrecen más opciones y flexibilidad. Las | |
|
||
- **[Parcel](https://parceljs.org/)** es un empaquetador de aplicaciones web rápido y de cero configuración que [funciona con React](https://parceljs.org/recipes.html#react). | ||
|
||
- **[Razzle](https://github.com/jaredpalmer/razzle)** es un marco de trabajo de renderizado en servidor que no requiere ninguna configuración, pero ofrece más flexibilidad que Next.js. | ||
- **[Razzle](https://github.com/jaredpalmer/razzle)** es un framework de renderizado en servidor que no requiere ninguna configuración, pero ofrece más flexibilidad que Next.js. | ||
|
||
## Creando una cadena de herramientas desde cero {#creating-a-toolchain-from-scratch} | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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!