Back to Trpc

SSG E2E Test

examples/.test/ssg/README.md

11.16.0338 B
Original Source

SSG E2E Test

This example shows how you can prefetch queries. This page works without JavaScript enabled.

Start the server

bash
pnpm dev

In your Chrome DevTools

  1. Press CMD + SHIFT + P to open the command palette.
  2. Search for Disable JavaScript and press enter.
  3. Reload page and see the data is still fetched.