Skip to content

Commit ba08958

Browse files
Update .changeset/warm-donuts-learn.md
1 parent 3501600 commit ba08958

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.changeset/warm-donuts-learn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
Adds `streaming` option to the `createApp()` function in the Adapter API, mirroring the same functionality available when creating a new `App` instance
66

7-
87
An adapter's `createApp()` function now accepts `streaming` (defaults to `true`) as an option. HTML streaming breaks a document into chunks to send over the network and render on the page in order. This normally results in visitors seeing your HTML as fast as possible but factors such as network conditions and waiting for data fetches can block page rendering.
98

109
HTML streaming helps with performance and generally provides a better visitor experience. In most cases, disabling streaming is not recommended.

0 commit comments

Comments
 (0)