The Hard Parts of UI Development by Will Sentance | Preview

Опубликовано: 30 Сентябрь 2024
на канале: Frontend Masters
2,093
53

Full Course:
The Hard Parts of UI Development: https://frontendmasters.com/courses/h...

About this Course:
Keeping what the user sees in sync with the app's data is tricky, particularly in browsers and big apps. UI tools like React, Angular, and Vue help, but they can be hard to use if you don't know what problems they solve. This course tackles common challenges in UI dev with techniques to solve them, such as data binding, virtual DOM and its reconciliation, UI composition, templating, and hooks. You'll learn how JavaScript interacts with browser features like the DOM and HTML parser. By the end, you'll have mastered building UI components, managing user interactions, data binding, and optimizing for performance!

Find Frontend Masters Online:
Twitter:   / frontendmasters  
LinkedIn:   / frontend-masters  
Facebook:   / frontendmasters  
Instagram:   / frontendmasters  

About Us:
Advance your skills with in-depth, modern front-end engineering courses — our 150+ high-quality courses and 18 curated learning paths will guide you from mid-level to senior developer! https://frontendmasters.com/?utm_sour...

Sections:
0:00 - Introduction and Course Description
0:53 - Rendering HTML Under the Hood
6:01 - One-Way Data Binding User Interactions
11:53 - DOM Diffing