from Hacker News

WebSockets with React Server Components

by andes314 on 10/10/24, 7:13 AM with 1 comments

  • by andes314 on 10/10/24, 7:13 AM

    This is a showcase of https://github.com/rodlaf/fun, a fun way I found of learning to work with websockets and react server components in one go. Colors are a shared state between all users, and the initial colors are rendered using RSC on the server. Let me know what you think.