#Krish
1 messages · Page 1 of 1 (latest)
Good question. I am not immediately sure on this but will try to pull in a colleague who is more familiar with Stripe Apps
That would be awesome! Let me know 🙂
Hey can you explain a bit more about what you mean here, or what you're trying to do?
Are you asking purely about managing the code for the app, ie where it resides in your own repo and how to sync that to Stripe?
Yes. Precisely
I am using NX to manage my apps in a single workspace. I wanted to add another app in the same workspace (ideally a next app) and use the UI extensions from stripe in that app
Hey apologies on the delay here. We are still trying to find whether we have guidance on managing this
No problem. Take your time. I just wanted to know if it is technically feasible as the documentation for building a stripe app emphasizes react and typescript. Thought it would be better to ask
use the UI extensions from stripe in that app
The Stripe Apps UI extensions are for the Apps as there appear in the Stripe dashboard, using those in your own apps is not supported
As for the directory/repo management, I think this should be possible, but haven't tried it myself. I don't think the apps plugin to upload depends on git itself, just the valid directory structure.
So I would suspect it is possible for your Stripe App directory to live within a larger repo, yes, so long as the internal structure conforms to the Apps pattern