diff --git a/docs/components/pages/home.tsx b/docs/components/pages/home.tsx index 47a9209709f5c..329e82dcea006 100644 --- a/docs/components/pages/home.tsx +++ b/docs/components/pages/home.tsx @@ -21,6 +21,11 @@ import elad from "../../images/elad.jpeg"; import flavio from "../../images/flavio.jpeg"; import jongold from "../../images/jongold.jpeg"; import ollermi from "../../images/ollermi.jpeg"; +import shadcn from "../../images/shadcn.jpeg"; +import christian from "../../images/christian.jpeg"; +import yangshunz from "../../images/yangshunz.jpeg"; +import nmoore from "../../images/nmoore.jpeg"; +import sseraphini from "../../images/sseraphini.jpeg"; import paularmstrong from "../../images/paularmstrong.jpeg"; import { Container } from "../Container"; import { Footer } from "../Footer"; @@ -308,6 +313,30 @@ function Page() { } /> + + Experimented with @turborepo on my + Flow-based 4-package monorepo where each package contains + lint, test and build commands: +
+
+ - lint, test, build all files in series: ~75s +
+ - lerna --parallel: ~62s +
+ - turbo: ~35s (791ms on cache hit) +
+
+ 🤯 Impressive results! FULL TURBO! + + } + />
@@ -342,6 +371,36 @@ function Page() { } /> + + Turborepo is really good at what it does: Ridiculously fast + builds. + + } + /> + + Finally! @astrodotbuild is now using + @turborepo. ♥️⚡️ +
+ So glad it's open source now—congrats to{" "} + @jaredpalmer and @vercel{" "} + on the release! + + } + />
} /> + + + Holy wow, I just rewrote my entire Lerna monorepo to use + Turborepo and SWC, and it took me like maybe 20 minutes. This + is insane. Literally, everything Vercel has + backed/acquired/created makes development a little easier. But + wow, it just blew my mind how easy this all is to use. + + } + /> + Turborepo is sweet} + />
diff --git a/docs/images/christian.jpeg b/docs/images/christian.jpeg new file mode 100644 index 0000000000000..251ab974116f1 Binary files /dev/null and b/docs/images/christian.jpeg differ diff --git a/docs/images/nmoore.jpeg b/docs/images/nmoore.jpeg new file mode 100644 index 0000000000000..baabab6690789 Binary files /dev/null and b/docs/images/nmoore.jpeg differ diff --git a/docs/images/shadcn.jpeg b/docs/images/shadcn.jpeg new file mode 100644 index 0000000000000..15773ffcc77a4 Binary files /dev/null and b/docs/images/shadcn.jpeg differ diff --git a/docs/images/sseraphini.jpeg b/docs/images/sseraphini.jpeg new file mode 100644 index 0000000000000..9ec909ef1dc82 Binary files /dev/null and b/docs/images/sseraphini.jpeg differ diff --git a/docs/images/yangshunz.jpeg b/docs/images/yangshunz.jpeg new file mode 100644 index 0000000000000..3929fa84c5456 Binary files /dev/null and b/docs/images/yangshunz.jpeg differ