react-instantsearch-hooks-server

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

Usage no npm install needed!

<script type="module">
  import reactInstantsearchHooksServer from 'https://cdn.skypack.dev/react-instantsearch-hooks-server';
</script>

README

react-instantsearch-hooks-server

🚧 This version is not yet production-ready.

React InstantSearch Hooks is an open-source, experimental 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.

Troubleshooting

React InstantSearch Hooks is an experimental library, and might contain bugs. If you're experiencing issues, please refer to the Need help? section of the docs, or open a new issue.

Contributing

We welcome all contributors, from casual to regular. You are only one command away to start the developer environment, read our CONTRIBUTING guide.

License

React InstantSearch Hooks is MIT licensed.