Is there a recommendation or best practice around using a Scaffold around the Navhost or instead vice versa and instead have one scaffold per screen?
The former makes sense to me, but it makes it messy to communicate changes to let's say the top appbar. Do either of the example compose apps showcase this? I think the jetnews app uses a scaffold per screen.