react-relay-with-vite

Sample repository showing a working integration of React Relay and Vite.js

Stars
7

React Relay with Vite

A small repository showing how to correctly integrate React Relay with Vite.js. I've also written a small tutorial here.

Setup:

Install dependencies by running

yarn install

Then start the relay compiler using

yarn relay --watch

Start the vite server using

yarn dev