I am struggling to find documentation on (or results via experimenting with code) what the purpose is of having booleans as values for breakpoint props for the grid componen
As per the docs
Reference https://material-ui.com/layout/breakpoints/
For example what would be the reason for providing xs={true} or md={false} be? And how might I have learned the reason on my own? (is there some fundamental knowledge I'm lacking?)
This xs={true} means that the column will take up an equal space that is in a given row. so given
xs
xs
xs
This will have 3 equal grids.
Reference https://material-ui.com/layout/grid/#auto-layout