Skip to content

algolia/instantsearch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* fix(createServerRootMixin): add i18n on  option

* fix(createServerRootMixin): add i18n for ssr in

* empty commit for ci

* fix test

* use newer version of vue3 for vue.effectScope

* update size due to vue update

---------

Co-authored-by: Haroen Viaene <[email protected]>
d52b47f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

InstantSearch.js

InstantSearch is a JavaScript library for building performant and instant search experiences in vanilla JS, React, Vue and Angular with Algolia.


License Build Status

InstantSearch is a JavaScript library that lets you create an instant-search result experience using Algolia’s search API.

There are multiple wrappers for popular frameworks, such as React InstantSearch, Vue InstantSearch, and Angular InstantSearch.

It is part of the InstantSearch family which is designed for different platforms:

InstantSearch | Angular InstantSearch | InstantSearch Android | InstantSearch iOS

Table of contents

Packages

Package Version Description
create-instantsearch-app create-instantsearch-app npm version Command-line utility to quickly bootstrap a project with InstantSearch
instantsearch.css instantsearch.css npm version Default CSS themes for InstantSearch
instantsearch.js instantsearch.js npm version InstantSearch.js
react-instantsearch react-instantsearch npm version React InstantSearch (prefer using react-instantsearch-hooks-web instead)
react-instantsearch-core react-instantsearch-core npm version React InstantSearch Core (prefer using react-instantsearch-hooks instead)
react-instantsearch-dom react-instantsearch-dom npm version React InstantSearch DOM (prefer using react-instantsearch-hooks-web instead)
react-instantsearch-dom-maps react-instantsearch-dom-maps npm version GeoSearch widget for React InstantSearch DOM
react-instantsearch-hooks react-instantsearch-hooks npm version React InstantSearch Hooks
react-instantsearch-hooks-server react-instantsearch-hooks-server npm version Utilities to do server-side rendering with React InstantSearch Hooks
react-instantsearch-hooks-web react-instantsearch-hooks-web npm version React InstantSearch Hooks bundled with UI components
react-instantsearch-native react-instantsearch-native npm version React InstantSearch Native (prefer using react-instantsearch-hooks instead)
vue-instantsearch vue-instantsearch npm version Vue InstantSearch

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:

  1. Fork the project
  2. Clone the repository
  3. Install the dependencies: yarn
  4. Pick a package to work on and cd into it (e.g. cd packages/react-instantsearch-hooks)

Please read our contribution process to learn more.

License

InstantSearch is MIT licensed.