loading
loading
loading
š Based on the "Advanced React" book, Chapter 4: https://www.advanced-react.com The fourth episode of the "Advanced React" course. The course will be uploaded episode by episode once every 1-2 weeks. š¬ Episode 4: Advanced configuration with render props 00:51 Intro to render props 3:26 Sharing state through children as render props 4:40 How hooks come into play 5:54 When render props can still be useful even today š©š»āš» Code examples: 1. Configuration with render props: https://codesandbox.io/p/sandbox/example-1-config-with-render-props-ttvvfn?file=%2FApp.tsx 2. Sharing state with icon: https://codesandbox.io/p/sandbox/example2-sharing-state-with-icon-pjw2sq?file=%2FApp.tsx 3. Children as render props: https://codesandbox.io/p/sandbox/example3-children-as-render-props-3j7x9w?file=%2FApp.tsx%3A19%2C1 4. Render props for scrollable div: https://codesandbox.io/p/sandbox/example4-render-props-for-scrollable-div-pzfxry
Advanced concepts, strategies, techniques, patterns and in-depth investigations in React. Based on the chapters of the "Advanced React" book: https://advanced-react.com/