Skip to content

chrisvltn/instantsearch-extra-fetch-issue

Repository files navigation

Instant search extra fetch issue reproduction

Setup

pnpm install

Issue reproduction

Run pnpm dev and go to your localhost http://localhost:3000

Open the browser's devtools and refresh the page.

Expected: No request to Algolia

Actual behavior: A request to Algolia is done, even though it was already server-side rendered


Then, run pnpm build && pnpm start and go to your localhost http://localhost:3000

Here, no request to Algolia will be done on client-side.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published