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

[POC] feat: implement metadata prop for server side 3rd party data [ALT-1078] #717

Draft
wants to merge 6 commits into
base: development
Choose a base branch
from

Conversation

chasepoirier
Copy link
Contributor

@chasepoirier chasepoirier commented Aug 20, 2024

Purpose

Customers are unable to use 3rd party data fetched on the server within their custom components. This POC explores creating a lightweight global data store (inspired by vanilla zustand) that customers can use to fetch data from external sources which is then available to be used by components rendered from studio experiences.

Spike Document: https://contentful.atlassian.net/wiki/x/zIDmIAE

@chasepoirier chasepoirier requested review from a team as code owners August 20, 2024 23:57
Copy link

vercel bot commented Aug 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
experience-builder-test-app ⬜️ Ignored (Inspect) Oct 30, 2024 7:36pm
studio-react-vite-template ⬜️ Ignored (Inspect) Oct 30, 2024 7:36pm

@chasepoirier chasepoirier marked this pull request as draft August 20, 2024 23:57
@chasepoirier chasepoirier self-assigned this Aug 20, 2024
@chasepoirier chasepoirier changed the title feat: implement metadata prop for server side 3rd party data [ALT-1078] [POC] feat: implement metadata prop for server side 3rd party data [ALT-1078] Aug 20, 2024
d useExperienceData hook
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