New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-instantsearch-hooks-server

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-instantsearch-hooks-server

⚡ Server-side support for React InstantSearch Hooks, by Algolia

6.47.3
latest
Source
npm
Version published
Weekly downloads
5.4K
-5.26%
Maintainers
5
Weekly downloads
 
Created
Source

Table of Contents generated with DocToc

react-instantsearch-hooks-server

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.

Installation

React InstantSearch Hooks Server is available on the npm registry.

yarn add react-instantsearch-hooks-server
# or
npm install react-instantsearch-hooks-server

Getting started

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.

API reference

Documentation

The full documentation is available on algolia.com/doc.

Contributing

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:

Please read our contribution process to learn more.

License

React InstantSearch Hooks is MIT licensed.

Keywords

algolia

FAQs

Package last updated on 27 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts