Skip to content

Instantly share code, notes, and snippets.

@JonnyBurger
Created November 10, 2018 13:04
Show Gist options
  • Save JonnyBurger/577aca102d6af65d14e9a4fb1c570c79 to your computer and use it in GitHub Desktop.
Save JonnyBurger/577aca102d6af65d14e9a4fb1c570c79 to your computer and use it in GitHub Desktop.
import renderWhenFocused from '../helpers/render-when-focused';
export default renderWhenFocused(
connect(mapStateToProps, mapDispatchToProps)(MyView)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment