Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It's open source and free.| Storybook
(Ad, please don’t block.)| exploringjs.com
Run JavaScript functions at bundle-time and inline the results into your bundle| bun.sh
Two things, one origin.| overreacted.io
TypeScript 5.4 Release Notes| www.typescriptlang.org
The JavaScript module bundler| rollupjs.org
Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to type-check our code, and it can also be erased to emit clean, idiomatic JavaScript […]| TypeScript
Today we are announcing the availability of the release candidate of TypeScript 5.7. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.7! Checks for Never-Initialized Variables For a long time, TypeScript has been able […]| TypeScript
Importing a frontend Javascript library without a build system| Julia Evans
Today we are announcing the availability of TypeScript 5.7 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.7! Checks for Never-Initialized Variables For a long time, TypeScript has been able to catch issues […]| TypeScript
Modules: CommonJS modules#| nodejs.org
Today we’re excited to announce the release of TypeScript 5.4! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like […]| TypeScript
Syntactically Awesome Style Sheets| sass-lang.com
Today we are excited to announce the availability of TypeScript 5.4 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScript 5.4! Preserved Narrowing in Closures Following Last Assignments The NoInfer Utility […]| TypeScript
Using JSX with TypeScript| www.typescriptlang.org
TypeScript 4.7 Release Notes| www.typescriptlang.org
We just published Babel 7.13.0, the first minor release of 2021!| babeljs.io
Syntactically Awesome Style Sheets| sass-lang.com
Announcing the release of typescript-eslint's stable v6 release, including its changes and timeline.| typescript-eslint.io
Details on the painful experiences and hard-earned lessons I've learned migrating the Redux packages to ESM| Mark's Dev Blog
Today we’re releasing 0.72!| reactnative.dev
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack
API| esbuild.github.io
How do we ship modern JavaScript in a compatible way?| molily.de
I maintain a few dozen Javascript libraries, and recently updated many of them| evertpot.com
Today we’re excited to announce the release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript smaller, simpler, and faster. We’ve implemented the new decorators standard, added functionality to better support ESM projects in Node and bundlers, provided new ways for library authors to control generic inference, expanded our JSDoc […]| TypeScript
Modules: ECMAScript modules#| nodejs.org
TypeScript execution environment and REPL for node.js, with source map support. Latest version: 10.9.2, last published: a year ago. Start using ts-node in your project by running `npm i ts-node`. There are 13437 other projects in the npm registry using ts-node.| npm
Today we’re excited to announce the availability of TypeScript 4.7! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of functions you’re calling. TypeScript can use this information to help you avoid […]| TypeScript
The ecosystem around delivering ECMAScript modules via packages is slowly maturing. This blog post explains how the various pieces fit together: Packages – JavaScript’s units for software distribution The three kinds of ECMAScript module specifiers Providing and using packages via module specifiers in Node.js, Deno and web browsers| 2ality.com