Skip to content

Commit 0cd074c

Browse files
committed
Fix conflicts and translating coming content
1 parent c5b7ca5 commit 0cd074c

23 files changed

+28
-273
lines changed

src/components/SocialBanner.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {ExternalLink} from './ExternalLink';
99

10-
<<<<<<< HEAD
11-
const bannerText = 'Únete a la React Conf del 15 al 16 de mayo.';
12-
=======
13-
const bannerText = 'Join us for React Conf on Oct 7-8.';
14-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
10+
const bannerText = 'Únete a la React Conf del 7 al 8 de Octubre.';
1511
const bannerLink = 'https://conf.react.dev/';
1612
const bannerLinkText = 'Más información.';
1713

src/content/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ En diciembre de 2020 anunciamos un [experimental demo of React Server Components
2727

2828
En particular, estamos dejando la idea de tener bibliotecas de I/O bifurcadas (por ejemplo, react-fetch) y, en su lugar, adoptando un modelo de async/await para una mejor compatibilidad. Esto no bloquea técnicamente el lanzamiento de los RSC porque también se puede hacer uso de enrutadores para la recuperación de datos. Otro cambio es que también nos estamos alejando del enfoque de la extensión de archivo en favor de [annotating boundaries](https://github.com/reactjs/rfcs/pull/189#issuecomment-1116482278).
2929

30-
<<<<<<< HEAD
3130
Estamos trabajando en colaboración con Vercel y Shopify para unificar el soporte del bundler para la semántica compartida tanto en Webpack como en Vite. Antes del lanzamiento, queremos asegurarnos de que la semántica de los RSCs sea la misma en todo el ecosistema de React. Este es el principal obstáculo para alcanzar estabilidad.
32-
=======
33-
We’re working together with Vercel and Shopify to unify bundler support for shared semantics in both webpack and Vite. Before launch, we want to make sure that the semantics of RSCs are the same across the whole React ecosystem. This is the major blocker for reaching stable.
34-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
3531

3632
## Carga de recursos {/*asset-loading*/}
3733

src/content/blog/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ title: Blog React
44

55
<Intro>
66

7-
<<<<<<< HEAD
87
Este blog es la fuente oficial de las actualizaciones del equipo React. Cualquier cosa importante, incluidas las notas de la versión o las noticias de obsolescencia, se publicarán primero aquí. También puedes seguir la cuenta [@reactjs](https://twitter.com/reactjs) en Twitter, pero no te perderás nada esencial si solo lees este blog.
9-
=======
10-
This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first.
11-
12-
You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account on Bluesky, or [@reactjs](https://twitter.com/reactjs) account on Twitter, but you won’t miss anything essential if you only read this blog.
13-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
148

159
</Intro>
1610

src/content/community/meetups.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,10 @@ title: Reuniones de React
4747
## Colombia {/*colombia*/}
4848
* [Medellín](https://www.meetup.com/React-Medellin/)
4949

50-
<<<<<<< HEAD
51-
## Dinamarca {/*denmark*/}
52-
=======
53-
## Czechia {/*czechia*/}
54-
* [Prague](https://guild.host/react-prague/)
50+
## República Checa {/*czechia*/}
51+
* [Praga](https://guild.host/react-prague/)
5552

56-
## Denmark {/*denmark*/}
57-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
53+
## Dinamarca {/*denmark*/}
5854
* [Aalborg](https://www.meetup.com/Aalborg-React-React-Native-Meetup/)
5955
* [Aarhus](https://www.meetup.com/Aarhus-ReactJS-Meetup/)
6056

@@ -64,14 +60,10 @@ title: Reuniones de React
6460
* [React Advanced London](https://guild.host/react-advanced-london)
6561
* [React Native London](https://guild.host/RNLDN)
6662

67-
<<<<<<< HEAD
68-
## Francia {/*france*/}
69-
=======
70-
## Finland {/*finland*/}
63+
## Finlandia {/*finland*/}
7164
* [Helsinki](https://www.meetabit.com/communities/react-helsinki)
7265

73-
## France {/*france*/}
74-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
66+
## Francia {/*france*/}
7567
* [Lille](https://www.meetup.com/ReactBeerLille/)
7668
* [París](https://www.meetup.com/ReactJS-Paris/)
7769

@@ -150,18 +142,12 @@ title: Reuniones de React
150142
## España {/*spain*/}
151143
* [Barcelona](https://www.meetup.com/ReactJS-Barcelona/)
152144

153-
<<<<<<< HEAD
154-
## Suecia {/*sweden*/}
155-
* [Gotemburgo](https://www.meetup.com/ReactJS-Goteborg/)
156-
* [Estocolmo](https://www.meetup.com/Stockholm-ReactJS-Meetup/)
157-
=======
158145
## Sri Lanka {/*sri-lanka*/}
159146
* [Colombo](https://www.javascriptcolombo.com/)
160147

161-
## Sweden {/*sweden*/}
162-
* [Goteborg](https://www.meetup.com/ReactJS-Goteborg/)
163-
* [Stockholm](https://www.meetup.com/Stockholm-ReactJS-Meetup/)
164-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
148+
## Suecia {/*sweden*/}
149+
* [Gotemburgo](https://www.meetup.com/ReactJS-Goteborg/)
150+
* [Estocolmo](https://www.meetup.com/Stockholm-ReactJS-Meetup/)
165151

166152
## Suiza {/*switzerland*/}
167153
* [Zúrich](https://www.meetup.com/Zurich-ReactJS-Meetup/)
@@ -210,3 +196,7 @@ title: Reuniones de React
210196
* [Tampa, FL - ReactJS](https://www.meetup.com/ReactJS-Tampa-Bay/)
211197
* [Tucson, AZ - ReactJS](https://www.meetup.com/Tucson-ReactJS-Meetup/)
212198
* [Washington, DC - ReactJS](https://www.meetup.com/React-DC/)
199+
200+
## Sweden {/*sweden*/}
201+
* [Goteborg](https://www.meetup.com/ReactJS-Goteborg/)
202+
* [Stockholm](https://www.meetup.com/Stockholm-ReactJS-Meetup/)

0 commit comments

Comments
 (0)