Boundaries are components that split the element tree — its ancestors and children — according to some semantic meaning.
<BrowserOnly>
— renders children only in browser.<ServerOnly>
— renders children only on server.<ElectronOnly>
— renders children only in an Electron app.<ErrorBoundary>
— reports errors in its children.