Development Tools
Build Tools¶
-
Vite is a next-generation frontend build tool that offers fast development server startup and optimized builds.
Workspace Management¶
-
pnpm is a fast, disk space-efficient package manager for JavaScript and TypeScript projects, designed to handle monorepos and large codebases effectively.
-
Turborepo is a high-performance monorepo build system for JavaScript and TypeScript, enabling efficient code sharing and collaboration across multiple projects.
Version Control¶
-
Git is a distributed version control system that allows developers to track changes in source code during software development.
-
Changesets is a tool for managing versioning and changelogs in monorepos, simplifying the release process for multiple packages.
IDE / Code Editor¶
-
VSCodium is a freely-licensed binary distribution of Microsoft's VSCode editor, providing a fully open-source code editing experience without tracking or telemetry.
Testing¶
-
Vitest is a blazing-fast unit testing framework for Vite projects, designed to provide a seamless testing experience with minimal configuration.
-
Playwright is an open-source automation library for browser testing, enabling developers to write reliable end-to-end tests for web applications across multiple browsers.
-
An accessibility testing library that integrates with Playwright to help developers identify and fix accessibility issues in web applications.
-
k6 is an open-source load testing tool for testing the performance and reliability of APIs, microservices, and websites under high traffic conditions.