From fa080ea689bcc1330c23dd8cd41d26997e451c12 Mon Sep 17 00:00:00 2001 From: Suhas Deshpande Date: Wed, 9 Apr 2025 17:22:36 -0700 Subject: [PATCH] updates prereq banner (#4220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2025-04-09 at 1 20 14 PM --------- Co-authored-by: Vadym Barda --- docs/docs/cloud/how-tos/use_stream_react.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/cloud/how-tos/use_stream_react.md b/docs/docs/cloud/how-tos/use_stream_react.md index ee62fcaff..02185989f 100644 --- a/docs/docs/cloud/how-tos/use_stream_react.md +++ b/docs/docs/cloud/how-tos/use_stream_react.md @@ -1,6 +1,9 @@ # How to integrate LangGraph into your React application -!!! info "Prerequisites" - [LangGraph Platform](../../concepts/langgraph_platform.md) - [LangGraph Server](../../concepts/langgraph_server.md) +!!! info "Prerequisites" + + - [LangGraph Platform](../../concepts/langgraph_platform.md) + - [LangGraph Server](../../concepts/langgraph_server.md) The `useStream()` React hook provides a seamless way to integrate LangGraph into your React applications. It handles all the complexities of streaming, state management, and branching logic, letting you focus on building great chat experiences.