esbuild analyser tool started to be quite useful now, got a few more things to add though. (diffing between bundles, tracking dependency shifts, smarter size insights). Should make bundle optimizations way easier ๐
Looking into bundle sizes at work and couldn't find an esbuild metafile explorer that i liked. So started a little weekend project. Got it working, but iterating until it's stupidly easy to use.
Starting work on ParliamentPal - a tool to simplify UK politics. The idea is to turn complex parliamentary news, PMQs & bill votes into easy-to-digest updates. Making democracy more accessible.
@Armandotrue@jahusa02 Thanks @jahusa02 โฆ main reason being to reduce DOM complexity. Did something like this at work we reduced tbt and a few other core vitals by quite a bit. (Although I did remove a lot of DOM elements) I only really do this for heavily repeated components)
@OverclockX64 I have a very large code base (since angular 8). Currently migrating to standalone. Can i get the migration tool to automatically import the component (where is used to import the module). Ive run the migration tool but doesn't seem to do that.
@DanielGlejzner Unfortunately it still fails with nested nodes. A co worker has created a github issue, will see what comes out of it!
https://t.co/cUcjLYkYJq
@GoPro I know its not new anymore, but my hero 4 session has just burnt me and the sd card inside after trying to turn it on. SD card is no longer working nor is the go pro.
@Rusco_Developer@DanielGlejzner Update your angular.json schematics with all the defaults you want so you donโt need to manually do it for each newly created component