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
- Host: GitHub
- URL: https://github.com/sajari/sdk-react
- Owner: sajari
- License: mit
- Created: 2016-07-18T00:04:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T05:30:41.000Z (over 2 years ago)
- Last Synced: 2024-09-22T09:16:35.156Z (about 1 year ago)
- Topics: app-search, instant-search, react, react-components, sajari, search, search-engine
- Language: TypeScript
- Homepage: https://react.docs.search.io
- Size: 10.1 MB
- Stars: 45
- Watchers: 8
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
![]()
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](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.