use turborepo #1990
Replies: 10 comments 1 reply
-
"Monorepos that make ship happen." LOL! |
Beta Was this translation helpful? Give feedback.
-
That looks interesting... |
Beta Was this translation helpful? Give feedback.
-
https://nx.dev/ is another option |
Beta Was this translation helpful? Give feedback.
-
Yes! But let's make sure we avoid https://bazel.build/ for now! (Not that it isn't great, but it would consume all our resources to implement and maintain, and would not be much benefit for a project of this size.) |
Beta Was this translation helpful? Give feedback.
-
I've had very bad experiences with nx myself. |
Beta Was this translation helpful? Give feedback.
-
I am a big fan of turborepo. |
Beta Was this translation helpful? Give feedback.
-
We should revisit this conversation. |
Beta Was this translation helpful? Give feedback.
-
I noticed that our node_modules caching in CI doesn't even work properly, and we're reinstalling all npm deps every single time. Let's fix that first. |
Beta Was this translation helpful? Give feedback.
-
@JacobMGEvans - if you would like to move this forward, could you set out the specific benefits of how turborepo would speed up our builds? Right now, we only really have one significant package (the |
Beta Was this translation helpful? Give feedback.
-
I can write up something. To clarify I don't think it would have any major initial benefits now, I think it should be implemented now before the monorepo grows and we are maintaining/creating our own custom setup. In the long run I think it will have major benefits which again I will outline in the write-up; I will share the document here. |
Beta Was this translation helpful? Give feedback.
-
Would turborepo make our builds faster? Would be interesting to try
Beta Was this translation helpful? Give feedback.
All reactions