Vite with TypeScript
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A tutorial on setting up ESLint with Vite and React to catch errors and unused variables in your code.
A guide on integrating Prettier and ESLint in a JavaScript project to combine automated code formatting with code quality linting.
A step-by-step tutorial on installing and configuring the ESLint extension in VS Code to enforce consistent code style.
A tutorial on integrating ESLint with Webpack 5 and Babel to enforce code style and catch errors in a JavaScript project.
How using ESLint, Prettier, and TypeScript as static analysis tools can help eliminate common bugs in JavaScript development.
The creator of React Testing Library explains common mistakes developers make and provides advice on how to write better tests.
A discussion on the JavaScript 'let' vs 'const' debate, summarizing arguments for and against the 'prefer-const' rule.
A guide on how to start adding tests to a large, existing codebase, focusing on the Testing Trophy methodology for the best return on investment.
A guide on using Babel Module Resolver to convert relative import paths to cleaner aliases in a JavaScript application.
A tutorial on setting up and using ESLint for React projects, including configuration with Webpack and popular rule sets.
Introducing paypal-scripts, a zero-config tool for PayPal developers inspired by create-react-app to boost productivity.
Explores the debate over using semicolons in JavaScript, arguing it's a matter of preference when proper tooling is in place.