Skip to content

sajari/sdk-react

Repository files navigation

Introduction

The Search.io React SDK is a library of React Hooks and Components to help build fast and powerful search interfaces.

React provides a simple and elegant way to structure user interfaces. Aside from providing generic UI components, the Search.io React SDK also provides a way to seamlessly integrate the Search.io Search platform into any web-based app through the use of easily composable Components.

There are three main packages allowing you to pick and choose the right solution for your application:

The Search.io React SDK is broken into 4 separate packages:

@sajari/react-components

Size Latest NPM version

Core components that allow you to build a beautiful search interface with any back end.

@sajari/react-hooks

Size Latest NPM version

Hooks that allow you to build a search interface using any component library.

@sajari/react-search-ui

Size Latest NPM version

Easy to use search components to quickly build a beautiful search interface. If you've used previous versions of our SDK, you'll be most familiar with this package.

@sajari/server

Helpers for server-side rendering your React application using Search.io search.

Documentation

Visit the documentation for details on how to install and use the components.

Guides

Check out the getting started guide taking you from create-react-app to a fully featured search in minutes.