React InstantSearch Hooks experimental is available for wider use #3267
Replies: 1 comment 1 reply
-
Hello! We are building a new application from scratch and we decided to try out the hooks version of the library this time. But right now I'm just a little bit confused about what to expect from the final release. 😅 Are you able to share something about what I can expect from the production ready version of this library? Our impression was that it was a pure hooks library without UI components. But when I look at the React Instantsearch repository I notice that you are working on several packages in parallel, namely My question is: It seems like you are creating components as well (like Lot's of nice features with the hooks btw 👍 |
Beta Was this translation helpful? Give feedback.
-
We're super excited to announce that React InstantSearch Hooks is now available for wider use.
React InstantSearch Hooks provides the power of InstantSearch.js with a thin React compatibility layer. You get to use React Hooks to power your search experience.
You can find more on the Algolia documentation:
Check out the live example to play with the library.
Consider using React InstantSearch Hooks if your app isn’t meant to be production-ready yet, and:
Eventually, React InstantSearch Hooks is planned to become the main React implementation of InstantSearch.js.
Keep us updated with the awesome search experiences you build!
Beta Was this translation helpful? Give feedback.
All reactions