Software Engineer @ Rosa · OSS contributor · https://edbzn.dev
Edouard Bozon
Loading...
Just tried out sonda.dev , a new bundle analyzer from @filipsobol.bsky.social . Very impressed! Simple to set up, fast results, and particularly handy view of size from original lib sources (assuming lib sourcemaps) with the `detailed` option.
We've released our package @jscutlery/swc-angular and its internal Rust plugin to support Angular v19 and @swc/core v1.10.x.
github.com/jscutlery/de...
Recently, real progress has been made around @rspack.dev and @angular.dev, it has several benefits over esbuild so I wrote a blog post about it. I'm excited to see how it is going to progress in 2025.
edbzn.dev/state-of-rsp...
Just dropped: Zack DeRose has an article on TypeScript project references - check out what they are, how they help, and how Nx can help you automate the maintenance of references!
Blog Post: nx.dev/blog/typesc...
YouTube Video: youtu.be/SDE3cIq28s8
Step into the Future of TypeScript Monorepos!
Discover our enhanced setup for TypeScript projects, offering lightning-fast build times and streamlined efficiency. The perfect time to build with Nx is now!
Want to know more? Our own @juri.dev has you covered in our latest blog!
bit.ly/3Cw9EH1
Sonda has a new Angular CLI integration.
sonda.dev/frameworks/a...
Nx Champion takeover!! @beaussan.io wrote a deep dive on our Nx blog about:
✨ Nx inference API
🚗 Automate port allocation
😎 Run your @storybook.js.org tests in parallel
💥 No more port collisions
It was so good, @juri.dev had to make a video too:
nx.dev/blog/dynami...
PR 🟢 for Capacitor inferred tasks:
github.com/nxext/nx-ext...
Nice in-depth talk about concurrent mode a.k.a. non-blocking UI in Angular by @julianjandl.bsky.social.
www.youtube.com/watch?v=e7kN...
It took me quite some time, but I finally released @jscutlery/semver v5.5.0 with Nx 20 support 😇.
Even though Nx recently implemented its built-in release feature, our package is still widely used, with at least 70k downloads per week 🚀.
sonda.dev
Cutleries to help you cook better apps. Contribute to jscutlery/devkit development by creating an account on GitHub.
github.com
Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, Rspack, and esbuild
Exploring the current state of Rspack in Angular, its benefits, limitations, and future potential for faster builds and enhanced performance.
edbzn.dev
Let's dive into what TypeScript project references are and how they can help with incremental type checking.Read the blog: https://nx.dev/blog/typescript-pro...
This pull request adds an inference plugin for Capacitor.
Summary of changes
The configuration generator sets the plugin in nx.json instead of statically generating targets in the project.json:
{...