Skip to content

Caching? #669

Answered by paularmstrong
alecmev asked this question in Q&A
Discussion options

You must be logged in to vote

Do I infer correctly that oneRepo's philosophy then is "don't cache, just use source dependencies"?

Yes, that's correct.

but what's the story for code generation

The same. If you'd like to implement your own caching strategy for specific packages, you're always welcome to do so. For example, the Prettier and ESLint plugins use their built-in caching strategies by default.

Also, I might be missing something, but one can disable all caching in Turbo and get similar results/guarantees, right? Not saying this to diminish oneRepo, just clarifying.

Turbo is essentially Lerna with caching. oneRepo is an entire integrated CLI SDK that enables you to build on top of the Workspace Graph for c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alecmev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants