Skip to content

Commit 1b75ea8

Browse files
authored
Merge pull request #597 from reactjs/copy/intro-rsc
Translation of the "Intro to RSC" blog post
2 parents 54d636d + bffb3a3 commit 1b75ea8

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

TRANSLATORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ Voici la liste par ordre alphabétique (prénom, nom). **🙏🏻 Mille mercis
138138
<li><a href="https://fr.react.dev/blog/2022/03/08/react-18-upgrade-guide">Blog : Comment migrer sur React 18</a></li>
139139
<li><a href="https://fr.react.dev/blog/2021/12/17/react-conf-2021-recap">Blog : La React Conf 2021 en bref</a></li>
140140
<li><a href="https://fr.react.dev/blog/2021/06/08/the-plan-for-react-18">Blog : Nos plans pour React 18</a></li>
141+
<li><a href="https://fr.react.dev/blog/2020/12/21/data-fetching-with-react-server-components">Blog : Découvrez les React Server Components qui n'impactent pas votre bundle</a></li>
141142
<li><a href="https://fr.react.dev/warnings/invalid-aria-prop">Avertissement : prop ARIA invalide</a></li>
142143
<li><a href="https://fr.react.dev/warnings/invalid-hook-call-warning">Avertissement : règles des Hooks</a></li>
143144
<li><a href="https://fr.react.dev/warnings/special-props">Avertissement : props à traitement spécial</a></li>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
2-
title: "Introducing Zero-Bundle-Size React Server Components"
2+
title: "Découvrez les React Server Components qui n'impactent pas votre bundle"
33
---
44

5-
December 21, 2020 by [Dan Abramov](https://twitter.com/dan_abramov), [Lauren Tan](https://twitter.com/potetotes), [Joseph Savona](https://twitter.com/en_JS), and [Sebastian Markbåge](https://twitter.com/sebmarkbage)
5+
Le 21 décembre 2020 par [Dan Abramov](https://twitter.com/dan_abramov), [Lauren Tan](https://twitter.com/potetotes), [Joseph Savona](https://twitter.com/en_JS) et [Sebastian Markbåge](https://twitter.com/sebmarkbage)
66

77
---
88

99
<Intro>
1010

11-
2020 has been a long year. As it comes to an end we wanted to share a special Holiday Update on our research into zero-bundle-size **React Server Components**.
11+
2020, c'était long. Alors que l'année se termine, nous voulions vous partager une sorte de Bulletin Spécial Fêtes sur nos recherches liées aux **React Server Components**, qui n'occupent pas un seul octet dans vos bundles.
1212

1313
</Intro>
1414

1515
---
1616

17-
To introduce React Server Components, we have prepared a talk and a demo. If you want, you can check them out during the holidays, or later when work picks back up in the new year.
17+
Pour présenter les React Server Components, nous avons préparé une présentation et une démo. Si vous le souhaitez, vous pouvez les regarder pendant les fêtes, ou plus tard lorsque le travail reprendra l'an prochain.
1818

1919
<YouTubeIframe src="https://www.youtube.com/embed/TQQPAU21ZUw" />
2020

21-
**React Server Components are still in research and development.** We are sharing this work in the spirit of transparency and to get initial feedback from the React community. There will be plenty of time for that, so **don't feel like you have to catch up right now!**
21+
**Les React Server Components sont encore en phase de recherche et développement.** Nous partageons ces travaux dans un esprit de transparence et afin de solliciter des premiers retours de la communauté React. Mais on aura tout le temps pour ça, alors **ne vous sentez pas obligé·e de vous tenir à jour dès maintenant !**
2222

23-
If you want to check them out, we recommend going in the following order:
23+
Si vous voulez vous faire une idée, nous vous conseillons les étapes que voici :
2424

25-
1. **Watch the talk** to learn about React Server Components and see the demo.
25+
1. **Regardez la présentation** pour apprendre ce que sont les React Server Components et en voir une démo.
2626

27-
2. **[Clone the demo](http://github.com/reactjs/server-components-demo)** to play with React Server Components on your computer.
27+
2. **[Clonez la démo](http://github.com/reactjs/server-components-demo)** pour jouer avec les React Server Components sur votre ordinateur.
2828

29-
3. **[Read the RFC (with FAQ at the end)](https://github.com/reactjs/rfcs/pull/188)** for a deeper technical breakdown and to provide feedback.
29+
3. **[Lisez la RFC (et la FAQ sur la fin)](https://github.com/reactjs/rfcs/pull/188)** pour une explication technique plus détaillée et pour nous faire vos éventuels retours.
3030

31-
We are excited to hear from you on the RFC or in replies to the [@reactjs](https://twitter.com/reactjs) Twitter handle. Happy holidays, stay safe, and see you next year!
31+
Nous avons hâte d'entendre vos retours sur la RFC ou dans les réponses au compte Twitter [@reactjs](https://twitter.com/reactjs). Bonnes fêtes à toutes et tous, portez-vous bien et à l'année prochaine !

src/content/blog/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ L'équipe React est ravie de vous donner quelques nouvelles :
6565

6666
</BlogCard>
6767

68-
<BlogCard title="Introducing Zero-Bundle-Size React Server Components" date="December 21, 2020" url="/blog/2020/12/21/data-fetching-with-react-server-components">
69-
2020 has been a long year. As it comes to an end we wanted to share a special Holiday Update on our research into zero-bundle-size React Server Components. To introduce React Server Components, we have prepared a talk and a demo. If you want, you can check them out during the holidays, or later when work picks back up in the new year...
68+
<BlogCard title="Découvrez les React Server Components qui n'impactent pas votre bundle" date="21 décembre 2020" url="/blog/2020/12/21/data-fetching-with-react-server-components">
69+
70+
2020, c'était long. Alors que l'année se termine, nous voulions vous partager une sorte de Bulletin Spécial Fêtes sur nos recherches liées aux React Server Components, qui n'occupent pas un seul octet dans vos bundles. Pour présenter les React Server Components, nous avons préparé une présentation et une démo. Si vous le souhaitez, vous pouvez les regarder pendant les fêtes, ou plus tard lorsque le travail reprendra l'an prochain…
71+
7072
</BlogCard>
7173

7274
</div>

0 commit comments

Comments
 (0)