A Redux-based application holds a forest-like data structure, like Folders and Documents in a file system, but with many root Folders, like this:
In a React Component, DocumentList we display all Documents (all leafs of all trees) and when clicking on one Document, we need access to the Document's root (Folder) object (to read some information from it)