Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL based frontend state: React router #236

Merged
merged 29 commits into from
Apr 3, 2024

Conversation

mkorpela
Copy link
Collaborator

Make it simpler to share and navigate the UI by keeping the global state in the URL.

3 URL patterns:

  1. /thread/:chatId for a chat thread.
  2. /assistant/:assistantId for a bot config.
  3. / for creating a new bot.

@mkorpela mkorpela marked this pull request as draft March 20, 2024 15:41
@mkorpela mkorpela marked this pull request as ready for review March 21, 2024 14:16
@mkorpela mkorpela requested a review from nfcampos March 21, 2024 14:18
frontend/src/App.tsx Outdated Show resolved Hide resolved
@mkorpela mkorpela requested a review from nfcampos April 2, 2024 11:43
@mkorpela mkorpela merged commit a94edde into langchain-ai:main Apr 3, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants