I'm building a SaaS app that we hope will have very large uptake, and therefore I'm interested in building it efficiently.
I read on https://github.com/michael-rubel/livewire-best-practices that you should not have models as public properties due to the constant de/hydration. However, as I've not really use Livewire at scale before I'm not sure how "true" the above is.
So, is having a (non-user) model as a public property the wrong approach?