frontend-masters-intermediate-react-v2-2019-6
\
0:00 Introduction
4:43 Course Repository Tour
Hooks\
9:49 useState
14:17 useEffect
18:34 useContext
In-Depth\
21:01 useRef
24:50 useReducer
28:46 useMemo
33:17 useCallback
38:08 useLayoutEffect
41:27 useImperativeHandle
in JS\
44:06 Emotion Setup & Nav Bar
53:07 Template Literals & Hooks
58:37 Design Systems & Compound Selectors
1:02:06 Animations
Splitting\
1:06:28 Code Splitting Routes
1:14:06 Code Splitting Libraries & Child Components
1:19:19 Code Splitting Review and Q&A
Side Rendering\
1:21:08 SSR Rationale & Initial Setup
1:27:15 Server Side Rendering to Strings
1:35:34 Server Side Rendering to Node Stream
with React\
1:41:02 TypeScript Introduction
1:46:39 TypeScript Configuration for React
1:50:55 Typing the Modal Component
1:55:12 Migrating to TSLint
2:01:22 Typing Context
2:03:29 Typing a Class Component
2:14:21 Typing an Error Boundary
2:17:21 Props & State Interfaces
2:25:15 Heterogenous Arrays & Hooks
2:35:09 TypeScript Review and Q&A
\
2:40:53 Redux Introduction
2:46:46 Creating a Store
2:50:00 Creating a Reducer
2:58:29 Creating Actions
3:00:26 Connecting Redux to the Application
3:09:16 Redux Devtools
3:13:23 Completing the Redux Wiring
React\
3:17:34 Jest & React Testing Library
3:20:59 API Mocks
3:31:25 Component Tests
3:45:09 Snapshots, Watch Mode & Test Coverage