Skip to content

Commit d60418f

Browse files
committed
fix the fact that performance was starting with the wrong lesson
1 parent f8f4569 commit d60418f

File tree

1 file changed

+2
-2
lines changed
  • courses/electives/performance-optimizations/lecture

1 file changed

+2
-2
lines changed

courses/electives/performance-optimizations/lecture/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import './styles.scss'
77
*/
88

99
// Demonstrate useMemo Hook
10-
// import App from './useMemo'
10+
import App from './useMemo'
1111

1212
// Demonstrate shouldComponentUpdate vs PureComponent vs React.memo
1313
// Then how useCallback helps
14-
import App from './reactMemo'
14+
// import App from './reactMemo'
1515

1616
ReactDOM.render(<App />, document.getElementById('root'))

0 commit comments

Comments
 (0)