Replies: 1 comment
-
Have you considered using server side rendering to prevent the layout shift? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue I currently have:
There is a layout shift when having a lot inside your InstantSearch component because everything in the InstantSearch component gets loaded after the InstantSearch component is loaded.
It would be nice to have an
onInit
orinitialState
orloadingState
attribute to make it possible to show some kind of a loading state first, then replace the InstantSearch children once initialized.Beta Was this translation helpful? Give feedback.
All reactions