Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created June 22, 2021 10:53
Show Gist options
  • Save marekpiechut/00c257752f8fb563116e89b50bd7c162 to your computer and use it in GitHub Desktop.
Save marekpiechut/00c257752f8fb563116e89b50bd7c162 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