You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: