Search⌘ K

Application Data

Explore how to organize application data in Python, including app name, logo, and Google Analytics ID, and learn to create a conditional modal view using react-modal to display app information effectively.

In this lesson, we’ll look at a modal “About” view in the application. It will be a small window that shows conditionally displayed basic application information.

About the application

In this module we may not see any major changes, but the purpose is to save the application’s name, the application logo, and the Google Analytics ID in a separate module, appData.py. We also need to refer to them by their ...