Skip to content

Commit 34d94ba

Browse files
Merge branch 'master' of https://github.com/reactjs/reactjs.org into sync-7a11d71b
2 parents 1cdb618 + 7a11d71 commit 34d94ba

File tree

5 files changed

+41
-7
lines changed

5 files changed

+41
-7
lines changed

content/authors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ keyanzhang:
4949
kmeht:
5050
name: Kunal Mehta
5151
url: https://github.com/kmeht
52+
laurentan:
53+
name: Lauren Tan
54+
url: https://twitter.com/sugarpirate_
5255
LoukaN:
5356
name: Lou Husson
5457
url: https://twitter.com/loukan42
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Introducing Zero-Bundle-Size React Server Components"
3+
author: [gaearon,laurentan,josephsavona,sebmarkbage]
4+
---
5+
6+
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**.
7+
8+
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.
9+
10+
<br>
11+
12+
<iframe width="560" height="315" src="https://www.youtube.com/embed/TQQPAU21ZUw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
13+
14+
**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!**
15+
16+
If you want to check them out, we recommend to go in the following order:
17+
18+
1. **Watch the talk** to learn about React Server Components and see the demo.
19+
20+
2. **[Clone the demo](http://github.com/reactjs/server-components-demo)** to play with React Server Components on your computer.
21+
22+
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.
23+
24+
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!

content/community/conferences.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ December 1-2, 2020 - remote event
1717

1818
[Website](https://react-next.com/) - [Twitter](https://twitter.com/reactnext) - [Facebook](https://www.facebook.com/ReactNext2016/)
1919

20+
### React Summit - Remote Edition 2021 {#react-summit-remote-2021}
21+
April 14-16, 2021, 7am PST / 10am EST / 4pm CEST - remote event
22+
23+
[Website](https://remote.reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
24+
2025
### render(ATL) 2021 {#render-atlanta-2021}
2126
September 13-15, 2021. Atlanta, GA, USA
2227

src/components/FeedbackForm/FeedbackForm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const FeedbackForm = () => {
5353
label: window.location.pathname,
5454
value: 0,
5555
});
56+
setFeedbackGiven(true);
5657
}}>
5758
<svg
5859
css={{

static/_redirects

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ http://en.reactjs.org/* https://reactjs.org/:splat 301!
33
https://en.reactjs.org/* https://reactjs.org/:splat 301!
44

55
/tips/controlled-input-null-value.html /docs/forms.html#controlled-input-null-value
6-
/concurrent /docs/concurrent-mode-intro.html
7-
/hooks /docs/hooks-intro.html
8-
/tutorial /tutorial/tutorial.html
9-
/your-story https://www.surveymonkey.co.uk/r/MVQV2R9 301
10-
/stories https://medium.com/react-community-stories 301
11-
/html-jsx.html https://magic.reactjs.net/htmltojsx.htm 301
6+
/concurrent /docs/concurrent-mode-intro.html
7+
/hooks /docs/hooks-intro.html
8+
/server-components /blog/2020/12/21/data-fetching-with-react-server-components.html
9+
/tutorial /tutorial/tutorial.html
10+
/your-story https://www.surveymonkey.co.uk/r/MVQV2R9 301
11+
/stories https://medium.com/react-community-stories 301
12+
/html-jsx.html https://magic.reactjs.net/htmltojsx.htm 301
1213

1314
/link/attribute-behavior /blog/2017/09/08/dom-attributes-in-react-16.html#changes-in-detail
1415
/link/controlled-components /docs/forms.html#controlled-components
@@ -22,7 +23,7 @@ https://en.reactjs.org/* https://reactjs.org/:splat 301!
2223
/link/invalid-hook-call /warnings/invalid-hook-call-warning.html
2324
/link/legacy-context /docs/legacy-context.html
2425
/link/legacy-factories /warnings/legacy-factories.html
25-
/link/mock-scheduler /docs/testing-environments.html#mocking-a-rendering-surface
26+
/link/mock-scheduler /docs/testing-environments.html#mocking-a-rendering-surface
2627
/link/perf-use-production-build /docs/optimizing-performance.html#use-the-production-build
2728
/link/react-devtools /blog/2015/09/02/new-react-developer-tools.html#installation
2829
/link/react-polyfills /docs/javascript-environment-requirements.html

0 commit comments

Comments
 (0)