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
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai·Apr 9, 2024Build your Web Applications Faster with Modern Build ToolsWhat is Building? "Building" refers to the process of transforming and bundling your source code into a format that browsers can efficiently interpret and execute. Transpiling: Converting modern JavaScript (ES6+) or other languages (like TypeScript)...11 likes·496 readsfrontend