Skip to content

Instantly share code, notes, and snippets.

@sunguru98
Created December 23, 2019 10:06
Show Gist options
  • Save sunguru98/03a6e4ac2cd1e35d458c6e2fe916fb69 to your computer and use it in GitHub Desktop.
Save sunguru98/03a6e4ac2cd1e35d458c6e2fe916fb69 to your computer and use it in GitHub Desktop.
Markdium-Build an OCR/Image Search application with MERN Stack
<InstantSearch searchClient={searchClient} indexName='prod_USERS'>
<Hits
hitComponent={({ hit }) => <img alt='Search Result' src={isImageLoaded ? hit.image : placeholderImage}/>}
/>
</InstantSearch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment