Rich Buggyrichdevelops.dev·Apr 1, 2024Moving "server-only" to the top of the importsLike many developers I use Prettier to keep my code base looking consistent. One of the plugins we use is @trivago/prettier-plugin-sort-imports which automatically sorts the order of our imports. While converting an old Gatsby website to NextJS we wa...113 readsPrettier
Shubham Sharmashubhamsharmas.hashnode.dev·Dec 16, 2023A guide on setting up a Node.js project with TypeScript, Express.js, ESLint, Prettier, ts-node, nodemon and package.json environment specific scripts.This guide covers the complete details of setting up a Node.js project with Typescript, at the end of the blog you will get a full working codebase that contains all the essentials required for starting up a Node.js TypeScript Project. We will cover ...196 readsNode.js Typescript Setup