Back to Next Js

With Algolia React InstantSearch example

examples/with-algolia-react-instantsearch/README.md

16.2.12.0 KB
Original Source

With Algolia React InstantSearch example

The goal of this example is to illustrate how you can use Algolia React InstantSearch to perform your search in an application developed with Next.js. It also illustrates how you can keep in sync the Url with the search.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, pnpm, or Bun to bootstrap the example:

bash
npx create-next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
bash
yarn create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
bash
pnpm create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
bash
bunx create-next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app

This example is already configured with an e-commerce index, but you can easily customize it by:

Deploy it to the cloud with Vercel (Documentation).