Tag: tooling
All the articles with the tag "tooling".
Tech Watch Posts
Is Vite faster than Turbopack?
Published: at 09:00 AMIs Vite faster than Turbopack? Real-world benchmarks compare cold starts, page compilations, hard refreshes, and Fast Refresh in Next.js (Webpack/Turbopack) vs. Vite (Rollup/Rolldown).
The Great ESLint v9 Migration Adventure: A Developer's Survival Guide
Published: at 01:54 PMLearn how to migrate a TypeScript project to ESLint v9 with this detailed guide. Discover key changes, common challenges, and step-by-step solutions for adopting the new flat config system.
ESLint now officially supports linting of CSS
Published: at 01:55 PMESLint now supports CSS linting through the official @eslint/css plugin, featuring validation rules, tolerant parsing, and custom syntax support including Tailwind. Learn how to configure and use CSS linting in ESLint.
What We Learned Migrating From Webpack to Vite
Published: at 02:13 PMWe recently migrated the Neon console from webpack to Vite. We share the challenges we faced and the improvements we gained with the change.
A beginners guide to using Vite with React
Published: at 01:45 PMA beginner's guide to using Vite with React. Covers setting up a new project, explaining Vite's benefits like fast server start and hot module replacement, project structure overview, working with assets, and basic troubleshooting. Highlights Vite as a modern, efficient alternative to traditional bundlers for React development.