Multi-level Conditional Rendering
What about nested conditional renderings? Let's have a look at the List
component that can either show a list, an empty text or nothing.
It works, however I would recommend to keep the nested conditional renderings to a minimum, it makes it less readable, my recommendation would be to split it up into smaller components which themselves have conditional renderings.