[PR #1690] [MERGED] chore(sdk): add example for React #1654

Closed
opened 2026-02-15 20:16:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1690
Author: @dqbd
Created: 9/22/2025
Status: Merged
Merged: 9/22/2025
Merged by: @dqbd

Base: v1Head: dqbd/ui-react-transport-example


📝 Commits (2)

  • 27fc6eb chore(sdk): add example for React
  • 874c875 Remove unused images

📊 Changes

31 files changed (+567 additions, -2 deletions)

View changed files

examples/ui-react-transport/.gitignore (+24 -0)
examples/ui-react-transport/index.html (+14 -0)
examples/ui-react-transport/package.json (+34 -0)
examples/ui-react-transport/src/client.tsx (+58 -0)
examples/ui-react-transport/src/server.mts (+42 -0)
examples/ui-react-transport/src/vite-env.d.ts (+1 -0)
examples/ui-react-transport/tsconfig.app.json (+27 -0)
examples/ui-react-transport/tsconfig.json (+7 -0)
examples/ui-react-transport/tsconfig.node.json (+25 -0)
examples/ui-react-transport/turbo.json (+28 -0)
examples/ui-react-transport/vite.config.ts (+9 -0)
examples/ui-react/.gitignore (+27 -0)
examples/ui-react/index.html (+14 -0)
examples/ui-react/langgraph.json (+7 -0)
examples/ui-react/package.json (+33 -0)
examples/ui-react/src/agent.mts (+18 -0)
examples/ui-react/src/client.tsx (+56 -0)
examples/ui-react/src/vite-env.d.ts (+1 -0)
examples/ui-react/tsconfig.app.json (+27 -0)
examples/ui-react/tsconfig.json (+7 -0)

...and 11 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1690 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `v1` ← **Head:** `dqbd/ui-react-transport-example` --- ### 📝 Commits (2) - [`27fc6eb`](https://github.com/langchain-ai/langgraphjs/commit/27fc6ebcd03f0109c5cf4ef8f6af7e5b2efc0676) chore(sdk): add example for React - [`874c875`](https://github.com/langchain-ai/langgraphjs/commit/874c8752e72f8bcb1f54d620f99b01ee5004a499) Remove unused images ### 📊 Changes **31 files changed** (+567 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `examples/ui-react-transport/.gitignore` (+24 -0) ➕ `examples/ui-react-transport/index.html` (+14 -0) ➕ `examples/ui-react-transport/package.json` (+34 -0) ➕ `examples/ui-react-transport/src/client.tsx` (+58 -0) ➕ `examples/ui-react-transport/src/server.mts` (+42 -0) ➕ `examples/ui-react-transport/src/vite-env.d.ts` (+1 -0) ➕ `examples/ui-react-transport/tsconfig.app.json` (+27 -0) ➕ `examples/ui-react-transport/tsconfig.json` (+7 -0) ➕ `examples/ui-react-transport/tsconfig.node.json` (+25 -0) ➕ `examples/ui-react-transport/turbo.json` (+28 -0) ➕ `examples/ui-react-transport/vite.config.ts` (+9 -0) ➕ `examples/ui-react/.gitignore` (+27 -0) ➕ `examples/ui-react/index.html` (+14 -0) ➕ `examples/ui-react/langgraph.json` (+7 -0) ➕ `examples/ui-react/package.json` (+33 -0) ➕ `examples/ui-react/src/agent.mts` (+18 -0) ➕ `examples/ui-react/src/client.tsx` (+56 -0) ➕ `examples/ui-react/src/vite-env.d.ts` (+1 -0) ➕ `examples/ui-react/tsconfig.app.json` (+27 -0) ➕ `examples/ui-react/tsconfig.json` (+7 -0) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:25 -05:00
yindo closed this issue 2026-02-15 20:16:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1654