Skip to content

Instantly share code, notes, and snippets.

@jmacioszek
Created September 6, 2017 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmacioszek/aafd7650f36e80c7312c037622c89a64 to your computer and use it in GitHub Desktop.
Save jmacioszek/aafd7650f36e80c7312c037622c89a64 to your computer and use it in GitHub Desktop.
const lazyLoaded = lazyload({
height: 400,
once: true,
offset: 0,
placeholder: <QuLoading show />,
})(JobCard)
export default connect(mapStateToProps, mapDispatchToProps, mergeProps)(lazyLoaded)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment