Getting Started
Ready to move ahead with Reactify Search? Start here!
1. Read the User Guide
User Guide2. Install
npm install @usereactify/search@43. Context
import React from "react";
import { Provider } from "@usereactify/search";
export const SearchPage: React.FC = () => (
<Provider
index="reactify-search"
shopifyPermanentDomain="reactify-apps.myshopify.com"
>
...
</Provider>
);4. Components
Last updated