mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- memoize all components
- implement metadata context
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import React from 'react';
|
||||
import React, { memo } from 'react';
|
||||
import { Helmet } from 'react-helmet';
|
||||
import Hero from '../components/landing/Hero';
|
||||
import Wrapper from '../components/shared/Wrapper';
|
||||
@ -68,4 +68,4 @@ const Feature = ({ title, children }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
export default memo(Home);
|
||||
|
||||
Reference in New Issue
Block a user