This message was deleted.
# getting-started
s
This message was deleted.
b
Hey Jason! There's a couple options, but generally we recommend building ComponentResources which you can import: https://github.com/pulumi/examples/search?l=TypeScript&q=ComponentResource You can reuse these either locally, or from a package manager
🙌 1
b
Ahhh that looks great Jaxx thanks for the info. It seems very complex for what I need, i.e. just separating code so my index file is not 10,000 lines! What other ways are there, or is this really the best way?
b
you can also just use whatever mechanism your programming language would use for this, with functions and imports that way