# Guitar Chords Search in different JS frameworks

Sites that showcase how to use Typesense in different Javascript frameworks, using a dataset of 2141 chord shapes of 552 guitar chords.

# NuxtJS

Live Demo (opens new window) | Source Code (opens new window)

# Next.js app router

Live Demo (opens new window) | Source Code (opens new window)

  • Here's (opens new window) how to set up react-instantsearch in Next.js app router. If you want to use Server Component for your page.tsx, move the search component into its own file and make sure to include the 'use client' directive at the top.
  • Here's (opens new window) how to use custom hits template.

# Angular v15

Live Demo (opens new window) | Source Code (opens new window)

# Vanilla Javascript

Live Demo (opens new window) | Source Code (opens new window)

# Astro

Live Demo (opens new window) | Source Code (opens new window)

# SolidJS

Live Demo (opens new window) | Source Code (opens new window)

  • Here's (opens new window) how to use instantsearch.js in SolidJS. Make sure to wrap it in an onMount or createEffect function.

# Remix

Live Demo (opens new window) | Source Code (opens new window)

# SvelteKit

Live Demo (opens new window) | Source Code (opens new window)

# Qwik

Live Demo (opens new window) | Source Code (opens new window)

# React Native

Source Code (opens new window)

Last Updated: 3/4/2024, 9:15:09 PM