Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Turborepo #252

Open
tobeycodes opened this issue Nov 12, 2024 · 2 comments
Open

Add Turborepo #252

tobeycodes opened this issue Nov 12, 2024 · 2 comments

Comments

@tobeycodes
Copy link
Member

I have noticed on a lot of projects that build times are slow. Turborepo would be a great tool to speed up and cache builds. It is not something that engineers need to be concerned with and will just work. I do not see this as another tool that engineers need to worry about understanding.

@fabiankaegy
Copy link
Member

From my perspective the main benefit of turbo actually comes when you start to use a shared cache in CI 🤔

We are using it in a few places already like in Headstart and UI Kit. But so far we've not explored it on client projects much 🤔

@tobeycodes
Copy link
Member Author

@fabiankaegy I agree but I do think it's useful locally too. I have used it on a few client projects. I think it's useful locally for when you run commands like lint, format, build, etc locally because the command will not even run if the files have not changed since the last cached result. So it decreases the feedback loop and makes things faster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants