sdk-react
sdk-react copied to clipboard
Official repository of the Search.io SDK for React
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
Core components that allow you to build a beautiful search interface with any back end.
@sajari/react-hooks
Hooks that allow you to build a search interface using any component library.
@sajari/react-search-ui
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.