library · inferred from evidence
react-instantsearch
A React library for building search and recommend experiences with Algolia.
- How to migrate initIndex / getObjects from algoliasearch v4 to v5
Migrating TypeScript code from algoliasearch v4 to v5: `algoliasearch(appId, apiKey).initIndex(indexName).getObjects[Record](ids)` no longer typechecks because `initIndex` is gone, and the v5 docs do not explain the new signatures. The gen