https://github.com/moonhighway/rsc
https://github.com/moonhighway/rsc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/moonhighway/rsc
- Owner: MoonHighway
- Created: 2023-11-11T19:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T16:40:52.000Z (over 2 years ago)
- Last Synced: 2025-05-12T14:04:50.946Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Server Components
This is a repo of materials for the React Server Components workshop taught by [Moon Highway](https://moonhighway.com).
## Instructor Info
Please get in touch anytime with questions.
- **Eve Porcello**: [Twitter](https://twitter.com/eveporcello) | [Email](mailto:eve@moonhighway.com)
- **Moon Highway Training**: [Moon Highway Website](https://www.moonhighway.com) | [Mailing List](http://bit.ly/moonhighway) | [Articles](https://www.moonhighway.com/articles)
## Slides
- [Slides](https://www.canva.com/design/DAFz4zFmK3s/U1jeWiru9i1mvAz0zNFzIA/view?utm_content=DAFz4zFmK3s&utm_campaign=designshare&utm_medium=link&utm_source=editor)
## Articles, Talks, Related Resources
- [React Docs](https://react.dev)
- [RSC from Scratch](https://github.com/reactwg/server-components/discussions/5)
- [Server Components with Next Documentation](https://nextjs.org/docs/getting-started/react-essentials)
- [Streaming Server Side Rendering with Suspense, Shaundai Person](https://www.youtube.com/watch?v=Q98l5o1y3ao)
- [Patterns.dev Article, Lydia Hallie & Addy Osmani](https://www.patterns.dev/posts/react-server-components)
- [Demystifying Server Components Tutorial, Matt Kruse](https://demystifying-rsc.vercel.app/)
- [Server Components, React Advanced Talk, Mark Dalgleish](https://www.youtube.com/watch?v=36uY-c0E_EQ)
- [Making Sense of React Server Components, Josh Comeau](https://www.joshwcomeau.com/react/server-components/)