Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created June 22, 2021 10:52
Show Gist options
  • Select an option

  • Save marekpiechut/fa4fdd55ad86ba699749428b9b3a3cdd to your computer and use it in GitHub Desktop.

Select an option

Save marekpiechut/fa4fdd55ad86ba699749428b9b3a3cdd to your computer and use it in GitHub Desktop.
React-profiler
const NotificationItem = React.memo<Props>(
({ notification, onMmarkAsRead, session }) => <div>...</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment