Explore >> Select a destination


You are here

keepinguptodate.com
| | blog.makerx.com.au
10.4 parsecs away

Travel
| | Node.js now supports running TypeScript directly by stripping types at runtime, eliminating the need for a build step. TypeScript 5.8 introduces the erasableSyntaxOnly flag to ensure compatibility. This may streamline workflows and speed up development, although there are limitations to be aware of.
| | akashsingh.blog
8.7 parsecs away

Travel
| | I started a new project with Next.js and wanted to get eslint and prettier to work with it, but the overall process turned out to be harder than I anticipated. So I decided to document the steps that I followed to help out the next person facing the ...
| | gils-blog.tayar.org
6.0 parsecs away

Travel
| | ESM is ready for use in Node.js. This guide shows you how, and how to avoid all the small gotchas. The guide covers the basics, but also discusses how to write packages that can be dual-mode (ESM and CJS), how to configure ESLint, Mocha, and Testdouble, and how to use TypeScript with ESM.
| | theankurtyagi.com
67.9 parsecs away

Travel
| Learn how to build a responsive and secure blog using Next.js and Firebase, with practical tips for both beginners and experienced developers.