In response to: https://gos.si/blog/ember-2019-reduce-complexity/
- Keep routing as-is
- Delete
Route
andController
- Replace with
Page
Page
extends a glimmer component with special sauce to handle transitions and (query) params
Imagine the following layout (yeah, I like MU):