📄️ Local State
"Local state" refers to the presentation logic of single screen or widget. It's usually consists of the following
📄️ Global State
"Global state" refers to any logic shared throughout the whole app, e.g. authentication, database management or user
📄️ Testing
One of the most important aspects of utopia_hooks is the testability.