docs-site/content/guide/reference-implementations/guitar-chords-search-in-different-js-frameworks.md
Sites that showcase how to use Typesense in different Javascript frameworks, using a dataset of 2141 chord shapes of 552 guitar chords.
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.angular-instantsearch.instantsearch.js in Astro. Make sure to wrap it in a <script> tag.instantsearch.js in SolidJS. Make sure to wrap it in an onMount or createEffect function.react-instantsearch in Remix (no SSR).instantsearch.js in SvelteKit. Make sure to wrap it in an onMount function.instantsearch.js in Qwik. Make sure to wrap it in useVisibleTask$.