This is a demo of streaming of asynchronous components.
The following component returns an AsyncIterable of it's children, adding a 1 second delay before each child.
- one
- two
- three
- four
This component returns a Promise that delays for 2 seconds
This component returns a Promise that delays for 3 seconds
This component returns a Promise that delays for 1 second