Tag: tooling
All the articles with the tag "tooling".
Tech Watch Posts
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.