Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 396 Bytes

File metadata and controls

12 lines (8 loc) · 396 Bytes

Caution

This example is in the process of being updated, and currently does not work.

Chat Room (React)

An example of using Qubit with React (and Vite) to build a simple live chat room with websockets.

Local Development

  1. Enable corepack with corepack enable if not enabled
  2. Install dependencies with pnpm i
  3. Run pnpm dev to run the Rust API and Vite frontend together