# `` Renders its children only after a specified timeout. Useful to improving perceived performance by not blocking the main event loop. ## Usage ```jsx import {AfterTimeout} from 'libreact/lib/AfterTimeout'; Hello world! ``` ## Props - `ms` — optional, number, time in milliseconds after which to render children, defaults to `200`.