2019
- #1 Back at it again with React Holiday 2019
- #2 What's a React Component?
- #3 Configure React Components with Props
- #4 React Components Less Re-usable than Elements?
- #5 Track State with React.useState
- #6 Render Conditionally with a Ternary
- #7 Fetch Data with React.useEffect()
- #8 Connect useState and useEffect to Update Components with Data
- #9 Extract Custom Hooks
- #10 Track Inputs for React.useEffect
- #11 Render Lists with React
- #12 As Component Prop in React
- #13 Return an Array with React.Fragment
- #14 The renderItem Render Prop
- #15 Extract and Wrap Generic Components
- #16 Merge Incoming Props
- #17 Make useState with useReducer
- #18 Dispatch Actions with useReducer
- #19 Modify Existing State in the useReducer Hook
- #20 Dispatch Async Actions in useReducer
- #21 Create and Use Context
- #22 Provide Context with Context.Provider
- #23 Put a Reducer on Context
- #24 Catch and Isolate Errors with Error Boundaries
- #25 Code-Split with React.lazy and Suspense
- #26 Learn More Suspense...