This looks like a pretty nice tool to query node_modules to find duplicates, large packages, etc. Multiple installed versions account for a huge amount of support requests for libraries. Wish package managers solved this, but glad to have debugging tools.
https://t.co/IWcuAcZB6e
Tweaked the React hook timeline diagram a bit to better display the rendering step. It’s now one larger block with substeps instead of multiple events. Think it’s more accurate this way. https://t.co/t7LAou4wpl
JavaScript import-maps are now supported cross-browser! 🗺️ https://t.co/el56VvP1XZ
<script type="importmap"> can define a mapping of external module names to their corresponding URLs, making it easier to use in your code.