Nicanor Talks Webblog.nicanor.me·Jul 29, 2024JavaScript and TypeScript BundlersI recently took on a #WeekendBuild challenge idea to create an autocomplete/autosuggestions input package, nicanor-autocomplete. Of course, it seems like a stupid idea, but the end game was learning and building a package-ready product. In the proces...Bundler
Ayman Patelaymanace2049.hashnode.dev·Mar 3, 2024Building Frontend Applications across decadesBuilding your Frontend applications is not the same, and will not be the same. Here we will go chapter-wise on how the whole frontend bundling experience is like Chapter 1: YOLOing <script> tags all the way down Chapter 2: The Original "G"s : Grunt...31 readsJavaScript
Md Faizan Alamsololearner.hashnode.dev·Feb 25, 2024Webpack ExplainedIf you’re a developer, you’ve likely heard of Webpack. It’s that powerful tool sitting in your tech stack that bundles your modules, scripts, images and more. But let’s be honest, it can seem a bit daunting, right? This article is here to change that...module bundler