Skip to content

Commit bf51f87

Browse files
committed
update links
1 parent 2ccdbf0 commit bf51f87

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

text/0000-server-components.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# RFC: Server Components
1+
# RFC: React Server Components
22

33
* Start Date: 2020-12-21
4-
* RFC PR: https://github.com/reactjs/rfcs/pull/<number>
4+
* RFC PR: https://github.com/reactjs/rfcs/pull/188
55
* React Issue: (leave this empty)
66

77
> ⚠️ **NOTE: We strongly recommend [watching our talk introducing Server Components](https://reactjs.org/server-components) before reading this RFC.**
@@ -390,11 +390,12 @@ A canonical example of a shared component is something like a Markdown renderer.
390390

391391
### Naming Convention for Server/Client Components
392392

393-
> NOTE: **This approach is not final**. We intend to open a separate RFC to solicit feedback from the community about these conventions. We recognize that this choice could have ramifications on the JS ecosystem and we would like to avoid any unintended negative consequences.
394-
393+
> NOTE: **This approach is not final**. Please [see our related RFC to provide feedback about these conventions](https://github.com/reactjs/rfcs/pull/189). We recognize that this choice could have ramifications on the JS ecosystem and we would like to avoid any unintended negative consequences.
395394
396395
Bundlers, linters, and other tools need a way to distinguish between server and Client Components. We are currently using the naming convention of `.server.js` for Server Components and `.client.js` for Client Components, with all other `.js` files considered shared code. In addition, we are exploring some additional conventions for package.json exports to allow different versions of a single package to be used depending on whether the consumer is a server or Client Component.
397396

397+
See [the related RFC](https://github.com/reactjs/rfcs/pull/189) to provide feedback.
398+
398399
### Open Areas of Research
399400

400401
Although we have figured out many of the important fundamentals of Server Components and are starting to experiment with them in production, there are still several areas that we are continuing to research. We will continue to share information as we flush out these and other areas:

0 commit comments

Comments
 (0)