An open API service indexing awesome lists of open source software.

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

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)