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

Figure out a sustainable way to develop the data-layer alongside the react app #8

Open
surudhb opened this issue Oct 31, 2023 · 0 comments
Milestone

Comments

@surudhb
Copy link
Collaborator

surudhb commented Oct 31, 2023

Using yarn link might work well enough for local development, but in order to share this in the production app and across a team of developers, we need to ensure the data layer can easily be imported in the react app and also "hooked up" such that a local version of the data-layer can be ran alongside the react-app. This will allow making changes to the react-app and data-layer easier.

Looking at how the sdk is configured to run with the app might be a good start!

@surudhb surudhb added this to the Data Layer I milestone Oct 31, 2023
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

No branches or pull requests

1 participant