
Package.json as Single Source of Truth: How Umbraco Auto-Generates TypeScript Paths and Browser Import Maps
Summary Building an extensible web application with 120+ shared packages creates a unique...
Jan 27, 202615 min read2 reactions0 comments
Tag archive

Summary Building an extensible web application with 120+ shared packages creates a unique...

Using importmap-rails and dartsass-rails instead of jsbundling-rails and cssbundling-rails...
I've never been a fan of Webpacker. So when starting a new project back in the Rails 5.1 days I...
URLs are magical tools at disposal for Web Developers. Frontend development is particularly interesting for possibility to get benefited from adopting new web standards "importmap". Importmap is built around principles of Web, where dependency management needs of a webpage is treated as a separate concern and URLs are used to solve it.