https://github.com/miroapp/rsc-workshop
React Server Components workshop demo Miro app
https://github.com/miroapp/rsc-workshop
miro nextjs react
Last synced: 3 months ago
JSON representation
React Server Components workshop demo Miro app
- Host: GitHub
- URL: https://github.com/miroapp/rsc-workshop
- Owner: miroapp
- Created: 2023-06-14T13:05:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T13:12:59.000Z (over 1 year ago)
- Last Synced: 2024-04-17T02:09:41.835Z (about 1 year ago)
- Topics: miro, nextjs, react
- Language: TypeScript
- Homepage:
- Size: 252 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop
**TIP**: If you get lost in the middle of the workshop, don’t worry — we will take pauses and make sure everyone is on track.
However, you can also checkout any of the branches on our GitHub repository to catch up at a particular point in the workshop:
**Milestone 1**
React server component and MomentJS \
https://github.com/miroapp/rsc-workshop/tree/moment-time**Milestone 2**
Pages and Routing \
https://github.com/miroapp/rsc-workshop/tree/pages-and-routing**Milestone 3**
Server Actions \
https://github.com/miroapp/rsc-workshop/tree/server-actions
▶ ️ **Important**: If you checkout any of these completed branches, don’t forget to update the .env file with your Miro app’s Client ID, Client Secret, and Redirect URL from the first part of the workshop!
```bash
MIRO_CLIENT_ID=""
MIRO_CLIENT_SECRET=""
MIRO_REDIRECT_URL="http://localhost:3000/api/redirect"
```## Links
➡️ [Discord channel](https://discord.gg/CYJ9F8VN) \
➡️ [Miro board](https://miro.com/app/board/uXjVMBc1ZoA=/?share_link_id=978083292237)