This article explains how to integrate MDX into your project. It shows how to use MDX with your bundler and JSX runtime of choice.
This article explains how to integrate MDX into your project. It shows how to use MDX with your bundler and JSX runtime of choice.
Next Generation Frontend Tooling
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
🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports! - kentcdodds/mdx-bundler
Use a configuration file to customize the development and deployment setup for your Worker project and other Developer Platform products.
Archiving recipes, making family tech support less frustrating, the kindness of neighbours and migrating away from Sprockets and Webpacker.
A minimal tool to build content-driven websites
🍝 PureScript package manager and build tool. Contribute to purescript/spago development by creating an account on GitHub.
As you may have heard by now, Rails 7 comes out of the box with importmap-rails and the mighty...
ES Module Preloading & Integrity
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 […]
The Phoenix adapter for Inertia.js. Contribute to inertiajs/inertia-phoenix development by creating an account on GitHub.
The Phoenix adapter for Inertia.js. Contribute to inertiajs/inertia-phoenix development by creating an account on GitHub.
A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over the
The personal website of Dan Cătălin Burzo.
Next Generation Frontend Tooling
Beat bundling by 100 ms
Easy authentication for OpenStreetMap over OAuth2.0 - osmlab/osm-auth
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.
Minification of Lambda function code seems like a good optimization. In reality, it can increase cold start duration and latency. Here is why.
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.
Using jsbundling-rails and esbuild to create a live reloading development environment for Rails
Bun is stable and ready for production.
A showcase of e18e-focused contributions from September
The personal website of Dan Cătălin Burzo.
The personal website of Dan Cătălin Burzo.
Astro is great at RSS and Astro is great at MDX, but Astro MDX in RSS is a whole different beast. Here's the shameful way I tamed it.
An extremely fast bundler for the web. Contribute to evanw/esbuild development by creating an account on GitHub.
Simple. Fast. Web Components.
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
Page responsiveness is critical to a good user experience on the web. Learn to measure and improve it with a new metric: Interaction to Next Paint.
Quartz is a static site generator.
Bundle, transform, and minify CSS resources.
SvelteKit adapter for Azure Static Web Apps. Contribute to geoffrich/svelte-adapter-azure-swa development by creating an account on GitHub.
Vite Svelte plugin to remove console logs in prod. - jhubbardsf/vite-plugin-svelte-console-remover
Minimal workflow I use to build and release npm packages.
In-depth thoughts about the past, present, and future of cloud development from my (opinionated) perspective
Importing a frontend Javascript library without a build system