Caution
This example is in the process of being updated, and currently does not work.
An example of using Qubit with React (and Vite) to build a simple live chat room with websockets.
- Enable corepack with
corepack enableif not enabled - Install dependencies with
pnpm i - Run
pnpm devto run the Rust API and Vite frontend together