An open API service indexing awesome lists of open source software.

https://github.com/sajari/sdk-react

Official repository of the Search.io SDK for React
https://github.com/sajari/sdk-react

app-search instant-search react react-components sajari search search-engine

Last synced: 6 months ago
JSON representation

Official repository of the Search.io SDK for React

Awesome Lists containing this project

README

          



## 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](https://react.docs.sajari.com) for details on how to install and use the components.

### Guides

Check out the [getting started guide](https://github.com/sajari/sdk-react-guide) taking you from create-react-app to a fully featured search in minutes.