We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 070a4c8 + 5f19835 commit 798e994Copy full SHA for 798e994
src/components/Header.js
@@ -95,5 +95,5 @@ const Header = (props) => {
95
);
96
};
97
98
-export default Header;
+export default React.memo(Header);
99
0 commit comments