Creating Custom Widget with React InstantSearch DOM
TLDR KARTHICK needed assistance creating a custom widget using functional component in React InstantSearch DOM. Jason provided a link with full customization examples for each widget.
May 16, 2023 (5 months ago)
KARTHICK
12:26 PM<https://www.algolia.com/doc/guides/building-search-ui/widgets/create-your-own-widgets/js/>
-> Here they give the basic sytax of the custom but their is no custom widget created in react instantsearch dom using functional component. If anyone already created your custom widget using instantsearch could help me i think.Jason
05:34 PMTypesense
Indexed 2786 threads (79% resolved)
Similar Threads
Combining ReactInstant Search Widgets with React Hook Form Version
Uma asks if they can combine ReactInstant Search widgets with React Hook Form version widgets. Jason suggests asking in the Instantsearch github repo, but suspects they'd need to switch all widgets to the hooks version.
Configuring Filters in Instantsearch.js Custom Refinement List
John needed assistance configuring filters for a custom refinement list in Instantsearch.js. Jason advised creating separate dom elements and one `refinementList` widget per attribute.
Customizing UI for Typesense Filters with Instantsearch Adapter
KARTHICK asked about custom UI for typesense filters. Jason suggested creating custom Instantsearch widgets and using typesense-js for direct calls if building own UI widgets.