Войти
  • 433127Просмотров
  • 3 года назадОпубликованоWeb Dev Simplified

Speed Up Your React Apps With Code Splitting

FREE React Hooks Simplified Course: Performance is something people always worry about, especially in React, but oftentimes the bundle size of an application is ignored when doing performance optimization. In this video I want to talk about how you can minimize the bundle size of your application by using code splitting to only download the code you need when you need it. 📚 Materials/References: FREE React Hooks Simplified Course: 🌎 Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: ⏱️ Timestamps: 00:00 - Introduction 00:25 - Setup 01:11 - What Is Code Splitting 02:39 - Code Splitting A Function 04:30 - Code Splitting Components 10:40 - Conditional Code Splitting 12:52 - Advanced Code Splitting Concepts #React #WDS #CodeSplitting