Table of Contents generated with DocToc
React InstantSearch Hooks is an open-source, UI library for React that lets you server-side render a search interface.
Server-side rendering (SSR) lets you generate HTML from InstantSearch components on the server. React InstantSearch Hooks is compatible with server-side rendering. The library provides an API that works with any SSR solution.
React InstantSearch Hooks Server is available on the npm registry.
yarn add react-instantsearch-hooks-server
# or
npm install react-instantsearch-hooks-server
React InstantSearch Hooks is compatible with server-side rendering. The library provides an API that works with any SSR solution. You can, for example, use it with an express server or with Next.js.
Check out our Server-side rendering guide to start rendering your React InstantSearch Hooks app on the server.
The full documentation is available on algolia.com/doc.
We welcome all contributors, from casual to regular 💙
- Bug report. Is something not working as expected? Send a bug report.
- Feature request. Would you like to add something to the library? Send a feature request.
- Documentation. Did you find a typo in the doc? Open an issue and we'll take care of it.
- Development. If you don't know where to start, you can check the open issues that are tagged easy, the bugs or chores.
To start contributing to code, you need to:
- Fork the project
- Clone the repository
- Install the dependencies:
yarn
Please read our contribution process to learn more.
React InstantSearch Hooks is MIT licensed.