React Dependency Tree
Each component/file is a JavaScript Module, meaning when Component A uses a downstream component B then JavaScript Module A is actually importing JavaScript Module B. This is a useful representation to troubleshoot/debug large bundle sizes that comes up. Reducing bundle size can be important to ensure the client is not shipping with too many heavy libraries, which increases the time it takes a client to load and paint your UI.