Presenters, Decorators, and View Models

Learn about what problems we can encounter with presenters, decorators, and view models.

We'll cover the following

Helpers conceptually solve the problem of executing code in a view pretty well. But, they cannot be scoped in any meaningful way (in other words, they are global to all views) and they become hard to manage when an app gets large.

Get hands-on with 1200+ tech skills courses.