import { ArchiveBoxIcon, ArrowPathIcon, ArrowsRightLeftIcon, CloudArrowUpIcon, RocketLaunchIcon, ShieldCheckIcon, SparklesIcon, Squares2X2Icon, } from '@heroicons/react/24/outline'; import { ReactElement } from 'react'; import { SectionHeading } from '@nx/nx-dev/ui-common'; import Link from 'next/link'; const features = [ { name: 'Never build the same code twice', description: ( <>
Reduce build times and resource usage by sharing cached results across your team and CI pipelines.
Automatically detect and re-run flaky tasks to minimize time spent debugging.
Split large e2e suites into parallel runs that finish in minutes, not hours.
Dynamically distribute tasks across machines for faster builds and PR feedback.