Skip to content

Commit 12277ce

Browse files
committed
First revision: expand InstantSearch explanation and remove invalid example link
1 parent d3e9650 commit 12277ce

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs-site/content/guide/react-native-search-bar.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ npm i react-instantsearch-core typesense-instantsearch-adapter
155155

156156
Let's go over the key dependencies:
157157

158-
- **react-instantsearch-core** - Provides InstantSearch hooks and components for React Native
159-
- **typesense-instantsearch-adapter** - Connects InstantSearch with Typesense
158+
- **react-instantsearch-core** - Provides [InstantSearch](https://github.com/algolia/instantsearch) hooks and components for React Native. InstantSearch is an open-source UI library by Algolia for building search interfaces that works with any search backend through adapters.
159+
- **typesense-instantsearch-adapter** - Connects InstantSearch with Typesense as the search engine
160160

161161
:::tip Note
162162
React Native can use `react-instantsearch-core` with the [`typesense-instantsearch-adapter`](https://github.com/typesense/typesense-instantsearch-adapter), just like web frameworks. This gives you access to powerful InstantSearch hooks and widgets. Alternatively, you can make direct API calls to Typesense using the Fetch API for a lighter implementation.
@@ -571,7 +571,6 @@ Here's the complete source code for this project on GitHub:
571571
Here are other related examples that show you how to build search interfaces with different frameworks:
572572

573573
- [Guitar Chords Search with React Native](https://github.com/typesense/showcase-guitar-chords-search-react-native)
574-
- [E-commerce Store with React Native](https://github.com/typesense/showcase-ecommerce-store-react-native)
575574

576575
## Need Help?
577576

0 commit comments

Comments
 (0)