Replies: 2 comments 3 replies
-
When calling:
I'm trying to prevent the resulting flickery UI, where hits are rendered multiple times. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there any examples or demos for the dynamicWidgets ? There has been many attempts at trying to implement this type of functionality in instantsearch over the years that it's very difficult to make any heads and tails out of the whole mess. A couple simple working demos would go a long way to get people on the currently supported path. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm currently adding dynamic refinenmentlists based on search results.
I'm hooked up to the 'render' event:
search.on('render', (renderOptions) => {
My problem is that adding the new widgets also triggers render events. And that my on 'render; code is called after the initial results are already displayed. Is there any way to optimize this so that:
Beta Was this translation helpful? Give feedback.
All reactions