Web Performance Fundamentals
Web Performance Fundamentals is a self-paced course by Nadia Makarevich. "The Foundations of Web Performance" is devoted to the key aspects of enhancing the speed and responsiveness of web applications in the context of React development - but it is by no means a book about React code itself.
Course facts
- Lessons
- 0
- Duration
- self-paced
- Level
- All levels
- Language
- English
- Updated
- Instructor
- Nadia Makarevich
- Price
- Premium
Metrics and Tools: You will learn why it's important to measure speed, how to work with CrUX reports, Chrome DevTools (Performance and Lighthouse panels), and understand what metrics like FCP, LCP, and INP mean.
Initial Load: You will explore the impact of network conditions, CDN, and cache management (Cache-Control) on the first paint time of a page.
Flame Graphs and CSR: You will learn how to record and correctly interpret performance "monsters," understand client-side rendering (CSR), and transition to SPA.
Server-Side Rendering (SSR): You will implement your own strategy for pre-rendering, assess its costs and benefits, and learn about hydration and its impact on metrics.
Bundle Size: You will investigate how the volume of JavaScript files affects loading, master bundle analysis, compression, differences between HTTP/1, HTTP/2, and HTTP/3, preloading, tree shaking, code splitting, and dependency management.
Lazy Loading and Suspense: You will step-by-step understand the methods of lazy loading modules, grasp the nuances of implementation in different frameworks (Next.js, React Router, Tanstack).
Data Handling: You will compare client-side and server-side data fetching strategies, get acquainted with React Server Components and streaming, and test practical examples on Next.js and Tanstack.
Interactivity: You will study Long Tasks, main thread optimization, React DevTools tools for combating unnecessary re-renders, and the experimental React Compiler.
Step-by-step examples, visual performance studies, and "diving" into tools will help you deeply understand how everything "behind the scenes" affects the application speed - and will teach you how to independently find and eliminate bottlenecks.
Who teaches Web Performance Fundamentals? Nadia Makarevich
Nadia Makarevich is a software engineer and React educator (formerly Atlassian) focused on the deeper performance side of React applications — particularly the rendering-and-reconciliation patterns that determine whether a React app stays smooth as it grows. She is one of the more cited independent voices on React performance specifically.
Her CourseFlix listing carries Web Performance Fundamentals — a structured treatment of the modern web-performance discipline: the Core Web Vitals, rendering performance, bundle-size patterns, the React-specific performance considerations, and the engineering decisions that separate fast applications from slow ones.
Material is paid and aimed at intermediate-and-up React developers ready to take performance as a deliberate engineering concern. For broader content, see CourseFlix's React.js and Web Performance category pages.
Books
What courses are similar to Web Performance Fundamentals?
UpdatedReact Simplified - Bonus Project
By: Web Dev Simplified (Kyle Cook)Build an advanced React job board application in this hands-on bonus project designed to mirror real team-based development.5h 8m
UpdatedIntro to Shopify App Development with React, Node & GraphQL
By: UdemyBuild real Shopify apps with React, Node, and GraphQL, working with the Shopify Admin API and injecting custom storefront code.4h
Updated 2y agoReact - The Complete Guide 2024
By: Udemy, Academind Pro (Maximilian Schwarzmüller)React: The Complete Guide 2024 by Maximilian Schwarzmüller — updated curriculum with React 18, Server Components, Suspense, and modern hooks.64h 33m5/5
Updated 2y agoReact and NestJS: A Practical Guide with Docker
By: UdemyReact and NestJS: A Practical Guide with Docker — build a fullstack TypeScript app with React, NestJS, TypeORM, and containerized deploy.6h 54m
UpdatedReact Js A-Z With Laravel - For Beginner to Advanced Level
By: UdemyLearn full-stack development with React and Laravel across 415 lessons: REST APIs, custom authentication, and real project builds.68h 1m
UpdatedReact and Laravel: Breaking a Monolith to Microservices
By: UdemyLearn to break a monolithic app into microservices using React, Next.js, and Laravel, with Docker, RabbitMQ, Redis, and Stripe integration.15h 7m
Updated 2y agoOptimizing web performance and critical rendering path
By: UdemyPerformance is a very important aspect of every web application. Web page should be loaded as quickly as possible and the animation should flow smoothly. People1h 16m