←back to thread

392 points mfiguiere | 1 comments | | HN request time: 0.205s | source
Show context
yurodivuie ◴[] No.35475542[source]
Do smaller companies (smaller than Meta and Google) use these kinds of build tools much? It seems like a system that rebuilds everything whenever a dependency changes is more suited an environment that has very few, if any, external dependencies.

Is anyone using Buck/Bazel and also using frameworks like Spring, or React, for example?

replies(5): >>35475662 #>>35475737 #>>35475751 #>>35476098 #>>35478326 #
1. chucknthem ◴[] No.35475662[source]
Uber adopted Bazel a few years ago for their Go and Java monorepos, which is the majority of their code at the time. I doin't know the state of their UI repos.