This line rendered on the server. Below this, values will stream in.
Now here's a Promise that resolved to a string:
Now here's a Promise that resolved to an integer:
Now here's a Promise that resolved to a float:
Now here's a Promise that resolved to an object:
Now here's a Promise that resolved to an array (of acceptable elements):
Server-rendered Component:
{ "myKey": "someValue" }
[ "some string", 12345, 123.45, { "myKey": "someValue" } ]