From d5f7bedf80e92f399c2c7f16967c5e4155c87613 Mon Sep 17 00:00:00 2001 From: harshmangalam Date: Sat, 22 Apr 2023 10:05:57 +0530 Subject: [PATCH 1/2] fix streaming docs --- docs/guides/streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/streaming.md b/docs/guides/streaming.md index 15ff6fcc8ec..7cb609e6cee 100644 --- a/docs/guides/streaming.md +++ b/docs/guides/streaming.md @@ -7,7 +7,7 @@ description: When, why, and how to stream with React 18 and Remix's deferred API Remix supports the [web streaming API][web-streaming-api] as a first-class citizen. Additionally, JavaScript server runtimes have support for streaming responses to the client. -NOTE: Deferred UX goals rely on streaming responses. Some popular hosts do not support streaming responses. In general, any host built around AWS Lambda does not support streaming and any bare metal / VM provider will. Make sure your hosting platform supports before using this API. +NOTE: Deferred UX goals rely on streaming responses. Some popular hosts do not support streaming responses. In general, any bare metal / VM provider will support streaming. Make sure your hosting platform supports before using this API. ## The problem From 06f6a3a212a3bd182ba3dc0fb989a45da35bb4c2 Mon Sep 17 00:00:00 2001 From: Harsh Mangalam <57381638+harshmangalam@users.noreply.github.com> Date: Sat, 22 Apr 2023 10:11:02 +0530 Subject: [PATCH 2/2] Update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 1f8a167d1f6..c7195a8f234 100644 --- a/contributors.yml +++ b/contributors.yml @@ -185,6 +185,7 @@ - houmark - humphd - hzhu +- harshmangalam - IAmLuisJ - ianduvall - ikarus-akhil