The home of Jollytoad

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.

  1. one
  2. two
  3. three
  4. 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