What is the concept of single source of truth in application state management? 1) The state of the entire application is stored in an object/ state tree within a single store. 2) The state of the entire application is stored in multiple objects/ state trees within multiple stores. 3) The state of the entire application is stored in a database. 4) The state of the entire application is stored in local storage.