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

Shared App Dependencies #155

Open
Yay295 opened this issue Jan 1, 2025 · 0 comments
Open

Shared App Dependencies #155

Yay295 opened this issue Jan 1, 2025 · 0 comments

Comments

@Yay295
Copy link

Yay295 commented Jan 1, 2025

I would like to create a library for Devvit, and while it would be possible to include my library using package.json, it would be more efficient if multiple apps on the same subreddit could share the same code and data. My library would listen for a trigger, process the data, and store the changes in Redis. Currently every app using my library would each do these same steps. If my library could be shared, then these steps would only happen once, and each app would be able to read the same final data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant