GeistHaus
log in · sign up

esbuild - API

esbuild.github.io
42 pages link to this URL
Getting started | MDX

This article explains how to integrate MDX into your project. It shows how to use MDX with your bundler and JSX runtime of choice.

2 inbound links article en mdxmarkdownjsxossreact
Starting a TypeScript Project in 2021

This is a guide for starting a TypeScript project in 2021 with modern tooling. TypeScript 4 Optionally esbuild to bundle for browsers (and Node.js) Linting with typescript-eslint (tslint is deprecated) Testing with Jest (and ts-jest) Publishing a package to npm Continuous integration (GitHub Actions / GitLab CI) Automatic API documentation with TypeDoc

0 inbound links article en posts TypeScriptesbuildNode.jsbrowserJavaScriptES6ProjectSetupTemplateBoilerplate
Weeknotes #86

Archiving recipes, making family tech support less frustrating, the kindness of neighbours and migrating away from Sprockets and Webpacker.

0 inbound links article en
Announcing TypeScript 5.6 - TypeScript

Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and functions, and the TypeScript type-checker can help catch issues like typos, missing properties, and […]

5 inbound links article en TypeScript
Notes

The personal website of Dan Cătălin Burzo.

Optimizing Node.js dependencies in AWS Lambda | Amazon Web Services

In this post, you learn how to improve Node.js cold start performance by up to 70% by bundling and minifying your code. You also learned how to provide a different version of AWS SDK for JavaScript and that dependencies and how they are imported affects the performance of Node.js Lambda functions. To achieve the best performance, use AWS SDK V3, bundle and minify your code, and avoid top-level imports.

2 inbound links article en AWS Lambda AWS LambdaServerlesscontributedserverless
Should you minify Lambda code?

Minification of Lambda function code seems like a good optimization. In reality, it can increase cold start duration and latency. Here is why.

0 inbound links article en AWS cold-startlambdaperformanceserverless
Code Splitting for Humans

JavaScript bundles don’t need to be monolithic, even without surrendering control to inscrutable algorithms. Here’s an approach for explicitly sharing code between multiple bundles.

Bun 1.0

Bun is stable and ready for production.

6 inbound links Article en
The State of ES5 on the Web

Should web developers and JavaScript library authors still transpile their code to ES5? This post looks at what the data suggests based on what popular libraries, tools, and websites are doing