i18n(es): add guides/integrations-guide/react.mdx - #14566
Open
angelmarfil wants to merge 1 commit into
Open
angelmarfil wants to merge 1 commit into
angelmarfil wants to merge 1 commit into
Conversation
|
Preview deployment ✅ Deployment complete!
|
dreyfus92
reviewed
Sep 22, 2026
dreyfus92
left a comment
Member
There was a problem hiding this comment.
thanks! the translation matches the english as it was when you opened the pr, but en/guides/integrations-guide/react.mdx got updated today in #14522, so three things are missing now:
- the
:::tip[Upgrading to v7.0.0?]callout in the intro - the
### React Compiler section(the compiler option, oxc-transform-react / react-compiler-runtime tabs, compilationMode) - the
## Upgrading the React integration to v7.0.0section with### Removed: \babel option
i also left you 2 smol nits 🤏🏻
|
|
||
| ### Combinar múltiples frameworks JSX | ||
|
|
||
| Cuando utilizas múltiples frameworks JSX (React, Preact, Solid) en el mismo proyecto, Astro necesita determinar que transformaciones específicas de framework JSX deben usarse para cada uno de tus componentes. Si solo has añadido una integración de framework JSX a tu proyecto, no es necesaria ninguna configuración adicional. |
Member
There was a problem hiding this comment.
Suggested change
| Cuando utilizas múltiples frameworks JSX (React, Preact, Solid) en el mismo proyecto, Astro necesita determinar que transformaciones específicas de framework JSX deben usarse para cada uno de tus componentes. Si solo has añadido una integración de framework JSX a tu proyecto, no es necesaria ninguna configuración adicional. | |
| Cuando utilizas múltiples frameworks JSX (React, Preact, Solid) en el mismo proyecto, Astro necesita determinar qué transformaciones específicas de cada framework JSX deben usarse para cada uno de tus componentes. Si solo has añadido una integración de framework JSX a tu proyecto, no es necesaria ninguna configuración adicional. |
|
|
||
| Cuando utilizas múltiples frameworks JSX (React, Preact, Solid) en el mismo proyecto, Astro necesita determinar que transformaciones específicas de framework JSX deben usarse para cada uno de tus componentes. Si solo has añadido una integración de framework JSX a tu proyecto, no es necesaria ninguna configuración adicional. | ||
|
|
||
| Utiliza las opciones de configuración `include` (requerido) y `exclude` (opcional) para especificar qué archivos pertenecen a que framework. Proporciona un arreglo de archivos y/o carpetas en `include` para cada framework que estés utilizando. Se pueden usar comodines para incluir múltiples rutas de archivos. |
Member
There was a problem hiding this comment.
Suggested change
| Utiliza las opciones de configuración `include` (requerido) y `exclude` (opcional) para especificar qué archivos pertenecen a que framework. Proporciona un arreglo de archivos y/o carpetas en `include` para cada framework que estés utilizando. Se pueden usar comodines para incluir múltiples rutas de archivos. | |
| Utiliza las opciones de configuración `include` (requerido) y `exclude` (opcional) para especificar qué archivos pertenecen a qué framework. Proporciona un arreglo de archivos y/o carpetas en `include` para cada framework que estés utilizando. Se pueden usar comodines para incluir múltiples rutas de archivos. |
This branch has not been deployed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description (required)
guides/integrations-guide/react.mdx.