loading
loading
loading
š Based on the "Advanced React" book, Chapter 1: https://www.advanced-react.com The first episode of the "Advanced React" course. The course will be uploaded episode by episode once every 1-2 weeks. š¬ Episode 1: Intro to re-renders 00:00 The problem 1:41 React lifecycle basics 3:37 Danger of custom hooks 4:53 The big re-renders myth 5:52 Moving state down š©š»āš» Code examples: 1. The problem: https://codesandbox.io/s/example1-initial-slow-component-tmqm4l 2. Custom hooks example: https://codesandbox.io/s/example-2-custom-hooks-qlhjnd 3. Local variable instead of state: https://codesandbox.io/s/example-3-local-variables-y7rqql 4. Moving state down: https://codesandbox.io/s/example-4-moving-state-down-yc3gyq š¬ Twitter: https://twitter.com/adevnadia š¬ Linkedin: https://www.linkedin.com/in/adevnadia
Advanced concepts, strategies, techniques, patterns and in-depth investigations in React. Based on the chapters of the "Advanced React" book: https://advanced-react.com/