What is the difference between Dynamic data and Temporary data?
Temporary data is temporary in that it will not last forever, but that is not an opposite of dynamic data since dynamic data can be temporary. Dynamic data is the opposite of static data. Static data is something that does not change at all, so think of the text that displays the name of the App in the Header. But Dynamic data can change based on some condition, such as the name of the User.