The Post-MVC Age
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the evolution of web development paradigms in this 47-minute conference talk from GOTO Amsterdam 2016. Delve into the post-MVC era as Maarten Hus, a developer at 42, examines why the Model View Controller (MVC) paradigm is losing ground in the JavaScript ecosystem. Discover emerging alternatives like Angular 2.0 and React, and understand their impact on modern web development. Learn about key concepts such as components, Redux, immutability, and reactive programming. Gain insights into the benefits and drawbacks of new approaches, and explore case studies that illustrate their practical applications. Understand how concepts like debounce, filter, and distinctUntilChanged are reshaping the way developers build web applications. By the end of the talk, gain a comprehensive understanding of the shifting landscape in web development paradigms and the tools shaping the post-MVC age.
Syllabus
Intro
A Component is
Components are
Conclusion
Two questions
Two answers
Case Study
Benefits of Redux
Cons of Redux
IMMUTABLE
Reactive Components
Two main Concepts
Debounce
Filter
distinctUntilChanged
A big problem
Benefits of RxJS
Final Words
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube